try compiling with JDK 1.5, we've heard that there have been problems
compiling with 1.6
Filip
david wrote:
Hello Tomcat dev, gurus, ranters and ravers, I have downloaded the TC source
(apache-tomcat-6.0.13-src.tar.gz) and the ant (1.6) build attempt fails with
the following error condition (one of 67 errors):
/usr/local/apache-tomcat-6.0.13-src/java/org/apache/jasper/compiler/JDTCompiler.java:86:
cannot find symbol
[javac] symbol : class ICompilationUnit
I suspect the error message further upstream is the root cause of the error
above:
[javac]
/usr/local/apache-tomcat-6.0.13-src/java/org/apache/jasper/compiler/JDTCompiler.java:47:
package org.eclipse.jdt.internal.compiler.env does not exist [javac] import
org.eclipse.jdt.internal.compiler.env.ICompilationUnit;
I have examined the build.xml and the base.path variable needs to point to the
location for the jars named above. I cannot find the reference to these
packages on my system so the source must be elsewhere. Particulars follow:
OS: Debian 3.1
JAVA: java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
ANT: java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
Please advise, David.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]