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
<!-- 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"/>
-->