Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Xhelas
You have run run mvn javadoc:javadoc at the root of the source directory. This will generated all the javadoc. Then you have to associate each jar with its corresponding javadoc root directory. Regards, Alexandre Pieter Claassen wrote: What is the most effective way to get the

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Martin Grigorov
It has to be -DdownloadSources=true (with capital 'S'). Or eevn better put this in the pom.xml itself. If it still doesn't work by some reason then you could download it from Maven repos and tell Eclipse about it. There is no need to checkout the code just to generate the javadoc. Fri,

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Martijn Dashorst
this is not for including javadoc, this is for generating it. Pieter wants to use the javadoc/source bundles we provide in the maven repository. mvn eclipse:eclipse -DdownloadSources=true should work (note the capital S) Martijn On Fri, Oct 31, 2008 at 9:41 AM, Xhelas [EMAIL PROTECTED] wrote:

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Ricky
umm ... there is a -DdownloadJavaDocs=true ... u can use that too. On Fri, Oct 31, 2008 at 4:58 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: this is not for including javadoc, this is for generating it. Pieter wants to use the javadoc/source bundles we provide in the maven repository. mvn