You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kevin Jones <ke...@develop.com> on 2000/02/29 00:02:56 UTC

Another [PATCH] Ant compatibility fix

    <!-- include ant, it is used for testing and will be used for
         configuration and few other tasks -->
-    <copydir src="${ant.home}/src/bin" dest="${tomcat.build}/bin"/>

should be

    <!-- include ant, it is used for testing and will be used for
         configuration and few other tasks -->
+    <copydir src="${ant.home}/bin" dest="${tomcat.build}/bin"/>

I think

Kevin Jones
DevelopMentor