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=19247>. 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=19247 zipfileset: 'src' does not replace 'dir' attribute Summary: zipfileset: 'src' does not replace 'dir' attribute Product: Ant Version: 1.5.3 Platform: PC URL: http://http:// OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Maybe it is not a bug and I didn't understand the documentation. I've search the mailinglist archive and the bug database, but I could not find the issue.I tried 'zipfileset' within a 'war' task to copy some classes from a jar, but it fails.According to the documentation, the first should be right I guess. Because it failed, I tried 2. and 3. Apparently it does not replace the 'dir' for the 'src' attribute.1. with 'src': <zipfileset src="${basedir}/myclient.jar"> No directory specified for ZipFileSet2. with 'dir' en 'src': <zipfileset dir="${basedir}" src="myclient.jar"> Cannot set both dir and src attributes3. with 'dir': <zipfileset dir="${basedir}/myclient.jar"> /home/hans/java/myclient.jar is not a directory