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

Zip does not throw error when there is not enough space

           Summary: Zip does not throw error when there is not enough space
           Product: Ant
           Version: 1.5.1Beta1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


do :

create dummyfolder1, dummyfolder2, dummyfolder3, dummyfolder4
add plenty of files in it
manager to fill your harddrive
launch this

        <zip destfile="dummy.zip">
            <zipfileset dir="dummyfolder1"/>
            <zipfileset dir="dummyfolder2"/>
            <zipfileset dir="dummyfolder3"/>
            <zipfileset dir="dummyfolder4"/> 
        </zip>

It will create the dummy.zip file, even if ant could not
complete the action for lack of space.

cheers,
Florent Ramiere

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to