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=18403>.
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=18403

zipfileset prefix option does not create directory in archive

           Summary: zipfileset prefix option does not create directory in
                    archive
           Product: Ant
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Given the following build process:

<zip destfile="b.zip" filesonly="false">
  <zipfileset src="a.zip" prefix="test" includes="**"/>
</zip>

There is no entry created for the directory "test" in b.zip.

This was working in 1.5.1 but is not working anymore in 1.5.2 nor 1.5.3Beta1.

This causes a problem for war/ear files where the J2EE container might search 
for the directory inside the archive file

Reply via email to