----- Original Message ----- 
From: "Hristo Deshev | telerik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 13, 2004 4:40 PM
Subject: [Nant-users] <zip> oddity


> Hi guys,
>
> I am trying to zip a dir here, and I just can't make it work.  I am using
> the stable 0.84 version of NAnt.  My script looks simple:
>
> <?xml version="1.0" ?>
> <project name="my archive" default="zip-all">
>  <target name="zip-all">
>   <echo message="zipping..." />
>   <zip zipfile="d:\test.zip" verbose="true">
>    <fileset basedir=".">
>     <includes name="**\*.*" />
>    </fileset>
>   </zip>
>  </target>
> </project>
>
> I get a zip archive, but it looks corrupt.  When I "explore" it with
windows
> XP's explorer I can see that all the files and directories have their
first
> two characters truncated.  The verbose output shows stuff like:
>
> [zip] Adding adme.html
>
> instead of Readme.html.  Strange.  Should I try another NAnt version?  Or
> maybe something in my <zip> invocation is wrong?

I would indeed suggest trying the latest nightly build
(http://nant.sourceforge.net/nightly/builds), and submit a detailed bug
report (including a repro) if you can still reproduce the issue with that
version of NAnt.

Thanks,

Gert


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to