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=10044>. 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=10044 bug in ant api when adding zipfileset to project Summary: bug in ant api when adding zipfileset to project Product: Ant Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When adding file to a ZipFileSet (most likely the same will happen with a FileSet since the setIncludes() method is directly inherited from there) using Ant API and the file name contains spaces, the file is not being added to the resulting Zip file. It seems to me that the problem is in FileSet's method setIncludes(String includesList). The separator char in the includesList can be either SPACE or comma... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
