It seems this was caused by a download failure. Running it as me succeeded,
but it looks some unzipping didn't work along the way. Rerunning with "sudo
ant download" fixed the problem.
Thanks,
Matt
William L. Thomson Jr.-3 wrote:
>
>
> On Thu, 2007-12-06 at 12
I'm getting the following error when trying to build Tomcat 6 today.
compile:
[javac] Compiling 1045 source files to
/Users/mraible/dev/tomcat6/output/classes
[javac]
/Users/mraible/dev/tomcat6/java/org/apache/jasper/compiler/JDTCompiler.java:38:
package org.eclipse.jdt.core.com
Hello all,
I'm working for a client that's using a proprietary Servlet/JSP-based
framework that runs on Tomcat. They have their own custom JSP compiler and
they're looking to move to a standard JSP compiler. One of the things their
compiler supports is automatic escaping of XML in expressions. Fo