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=4681>. 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=4681 War 'classes' parameter ignores the 'exclude' tag ------- Additional Comments From [EMAIL PROTECTED] 2001-11-08 08:56 ------- The build.xml uses <copy ...> in many places. Here is one exclude and one include example from the actual build.xml. ---------------------------------------------------------------------- <copy todir ="${build.lib}"> <fileset dir="lib" excludes="**/CVS/*,**/**ant*,**/*jaxp.jar,**/*parser.jar,**/*junit.jar, **/*crimson.jar, **/*idl.jar, **/*jacorb.jar"/> </copy> <!-- etc --> <copy todir ="${build.classes}"> <fileset dir="etc" includes="log4j.properties, application.properties"/> </copy> ---------------------------------------------------------------------------- That works nop. Somehow the 'classes' does not behave that way. Let me know if I can help more, Best regards, Emil Marceta -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
