On 02/02/2010, ma...@apache.org <ma...@apache.org> wrote:
> Author: markt
>  Date: Tue Feb  2 13:18:32 2010
>  New Revision: 905622
>
>  URL: http://svn.apache.org/viewvc?rev=905622&view=rev
>  Log:
>  Merge dist.xml into main build script.
>  Fix dependencies.
>  You can now do:
>   ant download
>   ant installer
>  or any other target

However,

ant clean download javadoc

fails for me with:

BUILD FAILED
D:\eclipseworkspaces\main\tomcat-trunk\build.xml:1156:
D:\eclipseworkspaces\main\tomcat-trunk\output\extras\webservices not
found.

"ant javadoc" still fails for me even after running "ant test", but
works after "ant extras"

It looks like the "javadoc" target needs to depend on "extras".
However it might be better if the Javadoc could be created without
needing to compile the extras.

Also, "ant download" always runs build-tomcat-dbcp and build-jasper-jdt;
it would be nice if these were skipped once created.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to