I am
creating a zip file with:
<target
name="testzip">
<zip zipfile="Test.zip">
<fileset basedir="C:\Dir">
<includes name="*.*"/>
</fileset>
</zip>
</target>
<zip zipfile="Test.zip">
<fileset basedir="C:\Dir">
<includes name="*.*"/>
</fileset>
</zip>
</target>
The time stamp on the files in the zip appears to be modified 1
month in the future (i.e. today is Feb 18, all of the dates in the archive say
Mar 18).
In fact, the nant nightly build that I just downloaded nant-20030216.zip
has date modified attributes of Mar 17.
Has anyone else seen this, is there any work around? The date time is
important in our deployment strategy.
I am
using the nightly build to create the zip and winzip 8.0 to view and
unzip.
Jeremiah
Bopko