--- build/build.xml.orig	2009-12-09 11:24:14.000000000 -0500
+++ build/build.xml	2009-12-09 11:29:46.000000000 -0500
@@ -187,7 +187,7 @@
     <copy todir="${tomcat.build}/common/lib" file="${jasper-compiler-jdt.jar}"/>
 -->
 <!-- these should be links -->
-    <copy todir="${tomcat.build}/common/lib" file="${base.path}/jdtcore.jar" failonerror="false"/>
+    <copy todir="${tomcat.build}/common/lib" file="${jdt.jar}" failonerror="false"/>
   </target>
 
   <!-- ====================== Build all components =================== -->
@@ -994,7 +994,7 @@
       <fileset dir="${tomcat.build}/common/lib">
         <include name="jasper-compiler.jar"/>
         <!-- <include name="jasper-compiler-jdt.jar"/> -->
-        <include name="jdtcore.jar"/>
+        <include name="${jdt.jar}"/>
       </fileset>
     </copy>
 
--- jasper/build.xml.orig	2009-12-09 11:48:11.000000000 -0500
+++ jasper/build.xml	2009-12-09 11:48:37.000000000 -0500
@@ -55,7 +55,7 @@
     <pathelement location="${commons-logging.jar}"/>
     <pathelement location="${commons-daemon-launcher.jar}"/>
     <pathelement location="${jasper.build}/shared/classes"/>
-    <pathelement location="${base.path}/jdtcore.jar"/>
+    <pathelement location="${jdt.jar}"/>
 
   </path>
 
@@ -73,7 +73,7 @@
     <pathelement location="${commons-launcher.jar}"/>
     <pathelement location="${jasper.build}/shared/classes"/>
     <pathelement location="${jasper.build}/tests"/>
-    <pathelement location="${base.path}/jdtcore.jar"/>
+    <pathelement location="${jdt.jar}"/>
 
   </path>
 
--- build/build.properties.default.orig	2009-12-09 11:24:14.000000000 -0500
+++ build/build.properties.default	2009-12-09 11:30:31.000000000 -0500
@@ -136,7 +136,7 @@ xerces.loc=${base-xerces.loc}/j/binaries
 # ----- Eclipse JDT, version 3.3.1 or later -----
 jdt.home=${base.path}/eclipse/plugins
 jdt.lib=${jdt.home}
-jdt.jar=${base.path}/jdtcore.jar
+jdt.jar=/usr/share/java/ecj.jar
 jdt.loc=http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip
 
 # ----- Tomcat native library -----
