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=5914>. 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=5914 Jlink/mergefiles merges excluded files Summary: Jlink/mergefiles merges excluded files Product: Ant Version: 1.4.1 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using Jlink/mergefiles to merge two jars, excluded files are included in the outfile. <jlink outfile="out.jar"> <mergefiles> <fileset dir="."> <include name="jar1.jar"/> <include name="jar2.jar"/> <exclude name="com/sun/**/*"/> <-- ignored </fileset> </mergefiles> </jlink> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
