You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/02/05 14:30:25 UTC

DO NOT REPLY [Bug 6246] - Better build.xml example.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6246>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6246

Better build.xml example.





------- Additional Comments From ramsdell@mitre.org  2002-02-05 13:30 -------
For a slight improvement, apply this patch.

John

--- build.xml~	Tue Feb  5 08:28:20 2002
+++ build.xml	Tue Feb  5 08:29:01 2002
@@ -61,7 +61,7 @@
 <mkdir dir="${dist}/${proj}"/>
 <copy todir="${dist}/${proj}">
   <fileset dir=".">
-    <include name="${proj}.jar"/>
+    <include name="*.jar"/>
     <include name="${proj}.sh"/>
     <include name="${docs}/"/>
     <include name="${srczip}"/>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>