September 22, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:02:48] *** jjj-biab has quit IRC
[00:03:00] *** jjj has joined #netbeans
[00:03:57] *** edorian_ is now known as edorian
[00:06:41] *** Haloperidol has quit IRC
[00:07:42] *** monkeyslikebanan has quit IRC
[00:23:16] *** monkeyslikebanan has joined #netbeans
[00:25:07] *** alvint has quit IRC
[00:28:58] *** EoN has joined #netbeans
[00:28:58] *** EoN has joined #netbeans
[00:29:40] *** piff has quit IRC
[00:58:13] *** Cybertinus has quit IRC
[01:14:31] *** heinz has quit IRC
[01:19:18] *** magentar_ has quit IRC
[01:27:17] *** tuxtor has quit IRC
[01:29:11] *** tuxtor has joined #netbeans
[02:15:28] *** BreezeKeeper has quit IRC
[02:31:51] *** soee has quit IRC
[02:35:40] *** monkeyslikebanan has quit IRC
[02:35:47] *** monkeyslikebanan has joined #netbeans
[02:37:02] *** tuxtor has quit IRC
[02:38:00] *** monkeyslikeban-1 has joined #netbeans
[02:40:01] *** monkeyslikebanan has quit IRC
[02:54:25] *** botdat has quit IRC
[03:18:55] *** osprey has joined #netbeans
[03:27:37] *** mw46 has joined #netbeans
[03:34:14] *** tuxtor has joined #netbeans
[03:34:14] *** tuxtor has joined #netbeans
[03:50:33] *** snagnever_ has joined #netbeans
[03:51:50] *** snagnever has quit IRC
[05:19:34] *** DrLou has quit IRC
[05:52:51] *** mw46 has quit IRC
[05:59:22] *** monkeyslikeban-1 has quit IRC
[06:04:49] *** ronjn has joined #netbeans
[06:05:36] *** ronjn___ has quit IRC
[06:19:31] *** snagnever_ has quit IRC
[06:20:44] *** snagnever has joined #netbeans
[06:49:28] *** haba713 has joined #netbeans
[06:49:29] *** haba713 has joined #netbeans
[06:50:41] *** Haloperidol has joined #netbeans
[07:06:15] *** Haloperidol has quit IRC
[07:10:41] *** Haloperidol has joined #netbeans
[07:23:27] *** Fyrespray has quit IRC
[07:33:29] *** Haloperidol has quit IRC
[07:40:36] *** Tonux has joined #netbeans
[07:47:41] *** Tonux has quit IRC
[08:00:20] *** BreezeKeeper has joined #netbeans
[08:00:42] *** snagnever_ has joined #netbeans
[08:01:29] *** snagnever has quit IRC
[08:05:18] *** osprey has quit IRC
[08:08:50] *** Cybertinus has joined #netbeans
[08:13:28] *** osprey has joined #netbeans
[08:45:47] *** vmil86 has joined #netbeans
[08:59:31] *** darius_w has quit IRC
[09:01:30] *** darius_w has joined #netbeans
[09:04:32] *** snagnever_ has quit IRC
[09:07:29] *** tuxtor has quit IRC
[09:18:48] *** dc5ala has joined #netbeans
[09:43:56] *** Mchl has joined #netbeans
[09:58:13] *** allquixotic has quit IRC
[09:59:09] *** magentar has joined #netbeans
[09:59:10] *** allquixotic has joined #netbeans
[10:11:02] *** dandellion_yello has joined #netbeans
[10:11:35] <dandellion_yello> hello, why maven takes ages to download basic dependencies ?
[10:23:45] *** dandellion_yello has quit IRC
[10:37:05] *** dandellion_yello has joined #netbeans
[10:42:47] <Candle> dandellion_yello: Do it once, never have to do it again.
[10:51:27] <dandellion_yello> Candle, at this point I don't really follow you. What should I do once ? Repository  update ?
[10:53:15] <Candle> The first time you run a maven build, you download half the internet, the second time, you don't have to download it again.
[10:53:16] <dandellion_yello> as far as I understand maven gives s structure and allows users specify dependencies. But when I do that and try to build the project - it just takes ages to downloads some repos from some hosts. And this never ends but fails
[10:53:56] <Candle> "downloads some repos" er? download from some repos? download some artifacts?
[10:54:32] <dandellion_yello> Candle - no problem downloading the internet :) I am of those who have been printing it ! :) Just that for some reason it seems like the dependencies I specify  are never downloaded ....
[10:55:33] <dandellion_yello> sorry, for ambiguity. For instance, it never succeeds downloading this : Downloading: http://download.java.net/maven/2/org/richfaces/ui/richfaces-components-ui/4.0.0.Final/richfaces-components-ui-4.0.0.Final.pom
[10:55:56] <dandellion_yello> even though I just updated the indexes.
[10:56:21] <Candle> Ok, so. Why are they not being downloaded? timout? network issues? a really slow maven repo [SLOW.java.net]?
[10:56:34] <dandellion_yello> you know, perhaps, this might be even the provider issue...
[10:56:49] <dandellion_yello> just tried wget that - no luck, times out
[10:56:51] <Candle> What happens when you request that file usign your web proweser or 'wget'?
[10:57:06] <Candle> Ok, so are you sure that that artifact is even there?
[10:58:05] <dandellion_yello> Candle, I went to settings.xml and specified a proxy - it works now...it has been frigging provider issue. TWO F**ing days ***!!!!
[10:59:04] <dandellion_yello> Candle, one other thing bothers me alot.
[10:59:59] <dandellion_yello> For instance, before maven. Netbeans would allow me just create this or that ejb/war/enterprise app. it would provide dir structure all is nice - I get my libraries, app servers ( glassfish) all cool.
[11:00:30] <dandellion_yello> With maven how do I know what jar , what groupid/artificatid is needed for this or that type of project ?
[11:01:17] <Candle> No idea, sorry.
[11:02:20] <dandellion_yello> um sorry, I was getting to glad too soon. Seems like still - can't wget this : http://download.java.net/maven/2/org/richfaces/ui/richfaces-components-ui/4.0.0.Final/richfaces-components-ui-4.0.0.Final.pom
[11:02:41] <dandellion_yello> Is it the case that I have to specify different repository ?
[11:03:14] <dandellion_yello> I am not sure richfaces should be available on java.net - that belongs to oracle. I would rather expect that to be on jboss servers ?
[11:06:15] *** osprey has quit IRC
[11:09:37] <Candle> dandellion_yello: search.maven.org ?
[11:10:12] <dandellion_yello> what is that ?
[11:10:35] <dandellion_yello> or better - where can I stuff 'search.maven.org' ?
[11:10:48] <Candle> dandellion_yello: http://search.maven.org ?
[11:11:21] <dandellion_yello> it just keeps looping in netbeans status bar - "Transferring Maven repository index: java-net" and that's all
[11:11:22] <dandellion_yello> :(
[11:13:38] *** osprey has joined #netbeans
[11:14:28] *** sjaak_trekhaak has joined #netbeans
[11:15:42] <sjaak_trekhaak> Hi, I'm using MacFusion to mount an SSH drive as a local drive. I've imported the project to svn, but when I restart NEtBeans, netbeans doesn't recognize it as being an SVN project. I think this has something to do with .svn being hidden by default, so either netbeans or macfusion has to do some sort of ls -al.
[11:15:46] <sjaak_trekhaak> Anyone has a tip?
[11:36:52] <dandellion_yello> what are the typical repositories one should have in netbeans' maven repository browser window ?
[11:40:47] *** t_ has joined #netbeans
[11:42:21] *** emir has joined #netbeans
[12:02:59] *** jjj has quit IRC
[12:03:06] *** Scorpion has joined #netbeans
[12:03:12] *** jjj has joined #netbeans
[12:27:51] *** dandellion_yello has quit IRC
[12:33:47] *** sjaak_trekhaak has quit IRC
[12:50:11] *** vmil86 has quit IRC
[12:53:20] *** vmil86 has joined #netbeans
[13:44:10] *** DrLou has joined #netbeans
[15:17:09] *** uris has joined #netbeans
[15:22:18] *** osprey has quit IRC
[15:34:43] *** feindbild has joined #netbeans
[15:36:52] <feindbild> hi :)
[15:40:34] <feindbild> I can't see javadoc for EE classes in nb-7.0.1, do I have to configure something?
[16:03:44] *** dv310p3r has joined #netbeans
[16:20:10] *** emir has quit IRC
[16:21:05] *** emir has joined #netbeans
[16:22:13] *** alvint has joined #netbeans
[16:23:19] *** dv310p3r has quit IRC
[16:26:07] *** allquixotic has quit IRC
[16:26:08] *** allquixotic has joined #netbeans
[16:27:11] *** emir has quit IRC
[16:28:41] *** emir has joined #netbeans
[16:29:57] *** Scorpion has quit IRC
[16:33:55] *** Scorpion has joined #netbeans
[16:38:08] *** emir has quit IRC
[16:42:14] *** haba713 has quit IRC
[16:42:59] *** emir has joined #netbeans
[16:51:30] *** tuxtor has joined #netbeans
[17:13:15] *** Tonux has joined #netbeans
[17:16:54] *** emir has quit IRC
[17:18:41] *** emir has joined #netbeans
[17:20:21] *** heinz has joined #netbeans
[17:33:06] *** Amani has joined #netbeans
[17:33:58] *** bhavesh has joined #netbeans
[17:34:17] <bhavesh> Netbeans installer fails on Linux 64-bit
[17:34:29] <bhavesh> it says Can't Initialize UI
[17:34:46] <bhavesh> when I do sh ./Path/To/Netbeans_setup.sh
[17:34:51] <Amani> Hello, i'm using netbeans 7, i have noticed that the favorites window does not update whenever there is a change in a directory. what could be the problem and how do i solve it.
[17:35:09] <bhavesh> so.. how am I supposed to install netbeans 7.1?
[17:46:31] *** Amani has left #netbeans
[17:50:03] *** emir has quit IRC
[17:58:06] *** emir has joined #netbeans
[18:04:00] *** Scorpion has quit IRC
[18:17:48] *** Haloperidol has joined #netbeans
[18:19:29] *** bhavesh has quit IRC
[18:23:51] *** Bass10 has joined #netbeans
[18:52:48] *** dc5ala has quit IRC
[18:58:26] *** Scorpion has joined #netbeans
[19:38:16] *** emir has quit IRC
[19:52:29] *** jjj is now known as jjj-ri
[20:17:59] *** Aric has joined #netbeans
[20:18:17] <Aric> Would it be hard to port Netbeans to an Android application?
[20:18:37] <Aric> (not make Android apps in Netbeans but to use Netbeans on Honeycomb 3.2)
[20:43:42] *** BreezeKeeper has quit IRC
[20:47:23] *** heinz has quit IRC
[20:53:48] *** heinz has joined #netbeans
[21:03:32] *** MonkeyPHP has joined #netbeans
[21:03:45] *** MonkeyPHP has left #netbeans
[21:10:58] *** RavenHursT has joined #netbeans
[21:11:18] <RavenHursT> How the hell do I get this POS IDE to stop SCANNING?!?!
[21:12:05] <RavenHursT> I'm unchecked the option for "automatic scanning".. I've installed the "Scan on Demand" plug-in.. and this POS KEEPS scanning!  At my wits end!
[21:17:52] <RavenHursT> I'm going back to notepad++
[21:21:00] *** RavenHursT has quit IRC
[21:57:41] *** feindbild has quit IRC
[22:05:28] *** Fyrespray has joined #netbeans
[22:24:12] *** Scorpion has quit IRC
[22:58:30] *** Aric has quit IRC
[23:19:08] *** KolakCC has quit IRC
[23:19:08] *** xkr47 has quit IRC
[23:22:56] *** KolakCC has joined #netbeans
[23:22:56] *** xkr47 has joined #netbeans
[23:49:53] *** Mchl has quit IRC
[23:50:30] *** alvint has quit IRC

top