Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48066
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:25:54 +0000 (00:25 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:25:54 +0000 (00:25 +0000)
Be explicit about including Ant on the compilation classpath

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832221 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5ea4f65..12e57eb 100644 (file)
--- a/build.xml
+++ b/build.xml
 
   <!-- Classpath -->
   <path id="tomcat.classpath">
-    <pathelement location="${ant.jar}"/>
     <pathelement location="${jdt.jar}"/>
   </path>
 
            target="${compile.target}"
            optimize="${compile.optimize}"
            excludes="**/CVS/**,**/.svn/**"
-           encoding="ISO-8859-1">
+           encoding="ISO-8859-1"
+          includeAntRuntime="true" >
 <!-- Comment this in to show unchecked warnings:     
       <compilerarg value="-Xlint:unchecked"/>
  -->