David, I think this problem is caused by a bug or limitation in #ziplib.
Can you report this issue here: http://www.icsharpcode.net/OpenSource/SharpZipLib/Forum.asp Thanks ! Gert > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Parrish > Sent: donderdag 11 augustus 2005 19:49 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] zip task error > > Hi, I am trying to zip a large amount of data and am > receiving an error message after about 5-10 minutes of > zipping. Here is my code: > > > > <zip zipfile="${label.complete}.zip" ziplevel="1" > includeemptydirs="true"> > > <fileset basedir="${directory.source.project}"> > > <include name="*.dll" /> > > <include name="NimitzFast*" /> > > </fileset> > > <fileset > basedir="${directory.source.project}\data" prefix="data"> > > <include name="**\*" /> > > </fileset> > > </zip> > > > > And here is the error I get: > > > > Zip file 'C:\CCbuilds\NimitzPC\NimitzPC\build\NimitzPCv0.zip' > could not be created. > > Specified argument was out of the range of valid values. > > Parameter name: Offset > > > > I am using NAnt version 0.85 Release Candidate 3. Does > anyone know what is happening here? If I remove the data > fileset then it works fine. The data directory has about 5 > gigs of information with several sub trees that go about 2-4 deep. > > > > Thanks, > > David > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users