https://issues.apache.org/bugzilla/show_bug.cgi?id=54615
Bug ID: 54615
Summary: Tomcat 6 doesn't build against ecj 4.x
Product: Tomcat 6
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Tomcat 6 fails to build against ecj 4.x due to unimplemented abstract method
ant -Dbase.path=. -Dbuild.compiler=modern
-Dcommons-collections.jar=/usr/share/java/commons-collections.jar
-Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar
-Dcommons-daemon.jsvc.tar.gz=HACK -Djasper-jdt.jar=/usr/share/java/ecj.jar
-Djdt.jar=/usr/share/java/ecj.jar -Dtomcat-dbcp.jar=commons-dbcp.jar
-Dtomcat-native.tar.gz=HACK -Dcommons-daemon.native.src.tgz=HACK
-Dversion=6.0.36 -Dversion.build=36
Buildfile: /builddir/build/BUILD/apache-tomcat-6.0.36-src/build.xml
build-prepare:
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/classes
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/bin
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/conf
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/lib
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/logs
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/temp
[mkdir] Created dir:
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/build/webapps
compile:
[javac] /builddir/build/BUILD/apache-tomcat-6.0.36-src/build.xml:147:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1077 source files to
/builddir/build/BUILD/apache-tomcat-6.0.36-src/output/classes
[javac]
/builddir/build/BUILD/apache-tomcat-6.0.36-src/java/org/apache/jasper/compiler/JDTCompiler.java:86:
CompilationUnit is not abstract and does not override abstract method
ignoreOptionalProblems() in
org.eclipse.jdt.internal.compiler.env.ICompilationUnit
[javac] class CompilationUnit implements ICompilationUnit {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
/builddir/build/BUILD/apache-tomcat-6.0.36-src/build.xml:147: Compile failed;
see the compiler error output for details.
Total time: 8 seconds
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]