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.compiler does not exist
[javac] import org.eclipse.jdt.core.compiler.IProblem;
[javac] ^
[javac]
/Users/mraible/dev/tomcat6/java/org/apache/jasper/compiler/JDTCompiler.java:39:
package org.eclipse.jdt.internal.compiler does not exist
[javac] import org.eclipse.jdt.internal.compiler.ClassFile;
[javac] ^
Any ideas?
More info:
$ ant -version
Apache Ant version 1.6.5 compiled on July 2 2006
$ java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
$ svn info | grep URL
URL: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk
Thanks,
Matt
--
View this message in context:
http://www.nabble.com/Can%27t-compile-Tomcat-6-on-Java-5-on-OS-X-tf4958345.html#a14200219
Sent from the Tomcat - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]