RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Arne Styve
for dependent libraries in Netbeans... Hi Thorsten, By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant

Re: RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Thorsten Heit
Hi, I got the ant-script running from the POM now, partly. When I get to the javac-task in my build.xml ant file, I get the following error: [INFO]Error executing ant tasks Embedded error: The following error occurred while executing this line: [INFO]C:\Documents and

RE: RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Arne Styve
Hi I got the ant-script running from the POM now, partly. When I get to the javac-task in my build.xml ant file, I get the following error: [INFO]Error executing ant tasks Embedded error: The following error occurred while executing this line: [INFO]C:\Documents and

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
] Sent: 17. april 2007 16:07 To: Maven Users List Subject: Re: Javadoc for dependent libraries in Netbeans... hello, download javadocsources checks the remote repos for artifacts with -source or -javadoc classifiers and downloads them. The IDE then designates them as containing source/javadoc

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
, so please bear with me if my questions are a bit newbie. Kind regards Arne -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: 17. april 2007 16:07 To: Maven Users List Subject: Re: Javadoc for dependent libraries in Netbeans... hello, download javadocsources checks

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
the pom, and not calling an ant file. Regards Arne -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: 18. april 2007 11:36 To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Javadoc for dependent libraries in Netbeans... On 4/18/07, Arne Styve [EMAIL PROTECTED] wrote: Hi

Re: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Thorsten Heit
Hi Arne, By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the pom, and not calling an ant

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Javadoc for dependent libraries in Netbeans... On 4/18/07, Arne Styve [EMAIL PROTECTED] wrote: Hi Milos, Thanks for your answer. It did help some, but it would be nice if you could give me an example. Say I have a library called jamod.jar

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
-Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: 18. april 2007 11:36 To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Javadoc for dependent libraries in Netbeans... On 4/18/07, Arne Styve [EMAIL PROTECTED] wrote: Hi Milos, Thanks for your answer. It did help some

RE: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi Thorsten, By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the pom, and not calling

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi again, works for me in the Netbeans 6.0 M8 build and the respective mevenide 3.0.2 version (from the Netbeans Development Update Center). It's possible that the 2.3 version that works with 5.5 has a bug in there, that I fixed in the source code. Both the View Javadoc popup action

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
the sources are extected to be packaged the way the maven-sources-plugin does the classpath is directly in the root, eg. org/netbeans/modules/XXX.java to test if it works or not, the best way is to try a hyperlinking from the project sources to a class that is in that particular dependency. It

Re: Javadoc for dependent libraries in Netbeans...

2007-04-17 Thread Milos Kleint
hello, download javadocsources checks the remote repos for artifacts with -source or -javadoc classifiers and downloads them. The IDE then designates them as containing source/javadoc and they are sued for hyperlinking the sources or for code completion. However unfortunatelly most artifacts in