> From: Vida Luz Arista [mailto:vida.ari...@ideay.net.ni] > I downloaded the version apache-tomcat-6.0.18-src, I follow > step by step the > instructions, when I executed ant download, the following erro occur > > > > BUILD FAILED > > /opt/apache-tomcat-6.0.18-src/build.xml:701: The following > error occurred > while executing this line: > > /opt/apache-tomcat-6.0.18-src/build.xml:771: Compile failed; see the > compiler error output for details.
OK... so what does the compiler error output say? Taking a step back, why are you compiling from source rather than downloading a binary? Tomcat is pure Java, so provided you're running a decent Java virtual machine (the Sun one - *don't* use gcj to run Tomcat) the binary should work on your platform. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org