You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ceki Gülcü <cg...@urbanet.ch> on 2001/01/25 12:26:14 UTC

Small problem with build.xml?

Hello,

I have just tried to build the latest tomcat as available from the CVS 
repository along the latest snapshot of  ant as available from the CVS 
repository. I would just like to let you know that I had to change the 
reference to the  ${ant.home}/bin directory to ${ant.home}/dist/bin in the 
build.xml file.

A patch is supplied below. Ceki

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/build.xml,v
retrieving revision 1.106
diff -u -r1.106 build.xml
--- build.xml 2001/01/25 05:07:32 1.106
+++ build.xml 2001/01/25 11:08:42
@@ -70,7 +70,7 @@
<!-- include ant, it is used for testing and will be used for
configuration and few other tasks -->
<copy todir="${tomcat.build}/bin">
- <fileset dir="${ant.home}/bin"/>
+ <fileset dir="${ant.home}/dist/bin"/>
</copy>
<copy tofile="${tomcat.build}/lib/jaxp.jar"
file="${ant.home}/lib/jaxp.jar"/>


----
Ceki Gülcü (cgu@urbanet.ch)