[00:03:56] *** allquixotic has joined #netbeans [00:23:03] *** soee has quit IRC [00:29:08] *** soee has joined #netbeans [00:34:54] *** alvint has quit IRC [00:38:02] *** soee has quit IRC [00:46:30] *** allquixotic has quit IRC [00:50:28] *** Cybertinus has quit IRC [01:06:47] *** allquixotic has joined #netbeans [01:23:17] *** EoN has quit IRC [01:26:57] *** heinz has quit IRC [01:46:52] *** jjj has quit IRC [01:47:17] *** Tonux_ has quit IRC [02:48:43] *** helpohhelp has joined #netbeans [02:49:00] *** helpohhelp has quit IRC [02:49:27] *** helpohhelp has joined #netbeans [02:49:56] <helpohhelp> hi [02:50:04] <helpohhelp> somebody active here? [02:51:50] <helpohhelp> seems not [02:51:53] *** helpohhelp has left #netbeans [02:55:58] *** wycks_s has joined #netbeans [02:58:04] *** wycks_s is now known as wycks [02:59:27] <wycks> anyone know why on earth using http://www.example in repository url field is output with 3 slashes, http:///www.example [03:00:25] <wycks> bug or just not yet working? [03:01:42] *** allquixotic has quit IRC [03:01:47] *** Fyrespray has quit IRC [03:02:06] *** allquixotic has joined #netbeans [03:02:13] *** Fyrespray has joined #netbeans [03:02:24] *** matt1234 has joined #netbeans [03:03:17] <matt1234> hello, im trying to debug a method i have created, when i use the debugger it skips my methods and only excutes the main line by line [03:06:40] *** Int-Vent-ive has left #netbeans [03:07:56] *** matt1234 has quit IRC [03:38:01] *** DrLou has quit IRC [03:52:50] *** jahrome_ has joined #netbeans [04:32:13] *** jahrome_ has quit IRC [06:01:56] *** ronjn___ has joined #netbeans [06:03:09] *** ronjn has quit IRC [06:06:36] *** tuxtor has joined #netbeans [06:20:06] *** JohnBeales has joined #netbeans [06:45:36] *** mfilipe has joined #netbeans [06:47:24] <mfilipe> what are the last release? 6.0 or 7.0.1? [06:47:29] <mfilipe> ops, 6.9 [07:25:04] *** Tonux has joined #netbeans [07:28:31] *** Mchl has joined #netbeans [07:28:33] *** Fyrespray has quit IRC [07:34:21] *** JohnBeales has quit IRC [07:56:32] *** haba713 has joined #netbeans [07:56:33] *** haba713 has joined #netbeans [08:02:00] *** Cybertinus has joined #netbeans [08:39:02] *** Tonux has quit IRC [08:45:25] *** wycks has quit IRC [09:11:08] *** allquixotic has quit IRC [09:11:20] *** allquixotic has joined #netbeans [09:35:34] *** dc5ala has joined #netbeans [09:45:13] *** magentar has joined #netbeans [09:50:39] *** tuxtor has quit IRC [10:06:40] *** EoN has joined #netbeans [10:17:36] *** bugz^ has joined #netbeans [10:57:29] *** emir has joined #netbeans [11:09:34] *** DrLou has joined #netbeans [12:10:26] *** snuff has joined #netbeans [12:34:54] *** vmil86 has joined #netbeans [13:01:02] *** jjj has joined #netbeans [13:16:42] *** jjj has quit IRC [13:34:10] <snuff> Can anyone recommend a reference about passing command line arguments through loops into a FrameView? I have set up an application using the builder in Netbeans 7.0. [13:52:35] <dc5ala> snuff, what do you mean with "through loops"? [13:55:04] <snuff> Well with the code produced in Netbeans the generation of the FrameView occurs in one method and the processing of the args in another. To make them communicate I have to create an instance variable. It seems a tricky way to do things to me. Unless there are some reasons for it. [13:59:26] <dc5ala> snuff, i assume you are using that swing application framework, you can override this: protected void initialize(String[] args) {} [14:01:09] <dc5ala> snuff, this is called before startup(), there you could parse your command line arguments, e.g. via apache-commons-cli [14:01:52] <snuff> I have overridden initiatilise but initialize does not create the view. I used initialize to pass args into an instance variable which can be passed through to startup. This seems odd to me. Are you advising me that is normal? [14:05:11] <dc5ala> snuff, i would parse the command line arguments in initialize, not in the View [14:05:55] <dc5ala> snuff, and store parsed things in a Property which you can pass to your View later [14:07:42] <snuff> Ok, thanks. I think that answers my question. The point is I have to set an instance variable in the app class. [14:09:45] <dc5ala> snuff, that would be better than doing some cmd parsing later in a view [14:11:16] <snuff> Well ok, I get the idea. I never planned to process it in view the concern was the method of passing that data, processed or unprocessed. Thanks I have got the idea now. [14:20:29] <snuff> Ok dc5ala my application is doing that task now and I felt a bit comfortable with it. Thanks for responding. Good night. [14:20:40] <dc5ala> snuff, good night :) [14:25:44] *** snuff has quit IRC [14:56:02] *** emir has quit IRC [15:02:06] *** piff has joined #netbeans [15:04:44] *** emir has joined #netbeans [15:07:17] *** fasta has joined #netbeans [15:08:02] <fasta> How do I use ./configure --prefix=$HOME for C/C++ projects instead of ./configure? [15:13:29] *** fasta has left #netbeans [15:38:45] *** kiuma has joined #netbeans [15:38:47] <kiuma> hello [15:39:10] <kiuma> I have a provlem with an application that I'm writing [15:39:17] <kiuma> maven based [15:39:34] <kiuma> when I try to run it I have this error [15:39:36] <kiuma> Caused: java.lang.ClassNotFoundException: org.openide.NotifyDescriptor starting from ModuleCL at 571a4bd4[it dot wingstech.gam3.utils] with possible defining loaders [ModuleCL at 2719f1f[org dot openide.dialogs]] and declared parents [ModuleCL at 5e628704[it dot wingstech.gam3.branding]] [15:41:21] <kiuma> isn't sufficient to add these dependencies <dependency><groupId>it.wingstech.gam3</groupId><artifactId>branding</artifactId><type>nbm</type></dependency><dependency><groupId>it.wingstech.gam3</groupId><artifactId>branding</artifactId><type>jar</type><scope>provided</scope> </dependency> [15:41:23] <kiuma> ? [15:42:27] <kiuma> dependencies in a better form http://pastebin.com/bgQXk9fB [15:55:30] <kiuma> anybody here ? [15:56:45] *** jjj has joined #netbeans [15:58:55] *** uris has joined #netbeans [16:03:09] *** stodge has joined #netbeans [16:03:27] <stodge> Can I export a panel from matisse to xml? [16:06:07] <stodge> I know the .form file is created but that's internal to matisse. I need the ability to export a panel to XML, which can be loaded at runtime from Java to dynamically create a UI [16:21:37] *** alvint has joined #netbeans [16:42:51] *** mfilipe has left #netbeans [16:54:32] *** tuxtor has joined #netbeans [16:55:35] *** dc5ala has quit IRC [17:03:20] *** emir has quit IRC [17:08:31] *** BreezeKeeper has joined #netbeans [17:18:16] *** Tonux has joined #netbeans [17:24:58] *** Tonux has quit IRC [17:28:33] *** JohnBeales has joined #netbeans [17:51:52] *** magentar has quit IRC [17:52:17] *** wycks has joined #netbeans [17:52:22] *** wycks has left #netbeans [18:00:34] *** EoN has quit IRC [18:17:50] *** gertidon has quit IRC [18:23:41] *** Tonux has joined #netbeans [18:25:55] *** heinz has joined #netbeans [18:44:37] *** alvint has quit IRC [18:55:23] *** dv310p3r has joined #netbeans [18:57:30] *** alvint has joined #netbeans [19:09:12] *** millerti has joined #netbeans [19:09:41] <millerti> The NetbeansSuiteInstallerBuilder?. is that for making Application installers? [19:09:57] <millerti> The icon is always grayed out. [19:34:15] *** Scorpion has quit IRC [19:52:04] *** mr_lou has joined #netbeans [20:11:54] *** MonkeyPHP has joined #netbeans [20:23:38] *** MonkeyPHP has quit IRC [20:41:11] *** stodge has left #netbeans [20:48:52] *** Fyrespray has joined #netbeans [20:52:45] *** Bass10 has joined #netbeans [20:54:00] *** Bass10 has quit IRC [20:56:46] *** soee has joined #netbeans [21:04:44] *** JohnBeales has quit IRC [21:04:48] *** jjj has quit IRC [21:41:37] *** benhammond has joined #netbeans [21:42:36] *** benhammond has quit IRC [21:45:28] *** benhammond has joined #netbeans [21:53:43] *** gertidon has joined #netbeans [21:59:08] *** mr_lou has quit IRC [22:11:36] *** ZeekL has quit IRC [22:12:54] *** benhammond has quit IRC [22:15:18] *** benhammond has joined #netbeans [22:39:48] *** benhammond has quit IRC [22:45:33] *** benhammond has joined #netbeans [22:51:09] *** dv310p3r has quit IRC [23:05:27] *** benhammond has quit IRC [23:06:13] *** soee has quit IRC [23:21:55] *** hikeonpast has joined #netbeans [23:42:55] *** magentar has joined #netbeans [23:55:27] *** Mchl has quit IRC [23:57:33] *** EoN has joined #netbeans