We still need to find time to implement that in our build. The problem is with the multi-module maven setup that makes it difficult to provide a decent setup for the javadocs.
If you want them in your IDE, using maven is the best way to get the docs integrated. It will automatically download the source jars (which include the JavaDoc) and bind that to the dependencies. This way you have the javadoc and the sources readily available, allowing you to set breakpoints inside Wicket, Hibernate, Spring, etc. and read the code. If you don't mind a bit of manual downloading and unzipping, then you can download the javadoc jars from the maven repo. For instance the wicket javadocs: http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.3.0/wicket-1.3.0-javadoc.jar http://repo1.maven.org/maven2/org/apache/wicket/wicket-extensions/1.3.0/wicket-extensions-1.3.0-javadoc.jar etc. Martijn On 1/14/08, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > i was even referring to getting the javadocs for offline use by downloading > it. > > On 1/12/08, Johan Compagner <[EMAIL PROTECTED]> wrote: > > > > We also have them on wicketstuff.org/wicket13doc i believe > > Dont know if that is the latest version and i cant check it at this time > > > > On 1/11/08, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > > The javadoc does not come with the wicket 1.3 bundle. > > > > > > Where can the javadoc for all the wicket1.3 builds be found? > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Aladejebi Ayodeji A., > DabarObjects Solutions > Phone: +234 9 481 7 156 > Mobile: +234 803 589 1780 > Email: [EMAIL PROTECTED] > Web: www.dabarobjects.com > Blog: blog.dabarobjects.com > > Participate, Collaborate, Innovate > Join Community: > http://www.cowblock.net/ > > Get A Free Blog: > http://blogs.cowblock.net/ > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
