On 17.9.2010 14:56, André Warnier wrote:
Sorry if I ask, but I am really unfamiliar with these things.
Does this involve any actual compiling of code ?
I mean, if the only thing that is changed is some documentation page, it
won't I guess. But would the build break just because there is no
compiler available ?

It seems to me that Tomcat keeps documentation in XML files in webapps/docs folder. In order to generate HTML files from XML, it needs to do XSL transformation, which is configured inside Ant, and Ant won't work without Java.

Bottom line: You need to install both Java and Ant.

Regards,
Ognjen

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

Reply via email to