Re: Can't compile Tomcat 6 on Java 5 on OS X

2007-12-06 Thread mraible
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

Can't compile Tomcat 6 on Java 5 on OS X

2007-12-06 Thread mraible
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

[Proposal] Add flag to escape JSP's EL by default

2007-09-05 Thread mraible
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