You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/12/06 14:53:18 UTC

svn commit: r354431 - /tomcat/container/tc5.5.x/webapps/docs/build.xml

Author: yoavs
Date: Tue Dec  6 05:53:16 2005
New Revision: 354431

URL: http://svn.apache.org/viewcvs?rev=354431&view=rev
Log:
Add note about need for binary copy, but bug not fixed yet.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/build.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/build.xml?rev=354431&r1=354430&r2=354431&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/build.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/build.xml Tue Dec  6 05:53:16 2005
@@ -47,9 +47,13 @@
     <copy    todir="${webapps.build}/${webapp.name}/appdev">
       <fileset dir="appdev" includes="*.txt"/>
     </copy>
+
+    <!-- This copy includes a binary file (sample.war) so it should not have a filter token -->
+    <!-- See Bugzilla 36318: http://issues.apache.org/bugzilla/show_bug.cgi?id=36318 -->
     <copy    todir="${webapps.build}/${webapp.name}/appdev/sample">
       <fileset dir="appdev/sample"/>
     </copy>
+
     <copy   tofile="${webapps.build}/${webapp.name}/appdev/sample/build.xml"
               file="appdev/build.xml.txt"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org