On Fri, Jun 27, 2008 at 2:44 PM, Bernard Niset <[EMAIL PROTECTED]> wrote: > Could you please update the page Building from svn > (http://wicket.apache.org/building-from-svn.html) with this information? > It's not wiki otherwise I'd be pleased to do it myself.
Done. >> I beg to differ: adding JavaDoc will increase the download size >> considerably for little benefit. If you just use maven to manage your >> project, you can attach the source/javadoc jars easily to your project >> (mvn eclipse:eclipse -DdownloadSources=true) > > I don't why every other open source project does it then. Not everybody is a > maven magician or use it in their projects. Having the javadoc prebuilt > would avoid this kind of error: They are prebuilt, just not enclosed in the distribution: http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.3.4/ contains the source and javadoc jars. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. Well, that is why there is "-Dmaven.test.skip=true" :-D Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
