[NAnt-users] Zip task...

2008-01-07 Thread Bob Archer
It would be nice if the Zip task had an attribute to specify a self-extracting exe file is created. Then Jay could use that instead of needing to have WinRAR installed on the build/dev machines. BOb - Check out the new

Re: [NAnt-users] zip-task check for new files

2007-05-22 Thread Gert Driesen
> check whether the files in the zip-file are already up-to-date. I > believe that at least the jar-task of ant ca do something like that. So > that the zip-file does not get a new timestamp each time the target is > executed. > > Is something similar planned for the zip-task of nant? > Not at thi

[NAnt-users] zip-task check for new files

2007-05-22 Thread Henning Eiben
check whether the files in the zip-file are already up-to-date. I believe that at least the jar-task of ant ca do something like that. So that the zip-file does not get a new timestamp each time the target is executed. Is something similar planned for the zip-task of nant? --=20 =2E.. The UART's

[NAnt-users] Zip task: How to append to existing zip file?

2007-05-03 Thread Michael Craig
Is there a way to have 2 build files append to the same zip file? Currently, the zip gets deleted when the second build file runs. I don't see any option in the Zip task documentation. thanks Mike - Ahhh...imagining that irresistible "new c

[NAnt-users] Zip task - keep file attributes

2007-04-23 Thread Ricardo Lopes
Hi, Does the zip task keeps the file attributes on the zip file (readonly, hidden), i tried to zip a folder that had some hidden files and it seems that the attributes were lost. Thanks, Ricardo Lopes. - This SF.net email is

RE: [Nant-users] zip task error

2005-08-11 Thread Gert Driesen
> 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 co

[Nant-users] zip task error

2005-08-11 Thread David Parrish
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:                                

Re: [Nant-users] zip task fails with out of memory exception...

2004-08-19 Thread Gert Driesen
John, This is now fixed in cvs. Thanks ! Gert - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 12:09 AM Subject: [Nant-users] zip task fails with out of memory exception... I'm trying to use

[Nant-users] zip task fails with out of memory exception...

2004-08-17 Thread John Cole
I'm trying to use the zip task to compress a bunch of database backups (16 files, totaling 1.25GB). I'm getting the following error: -- [echo] Start zipping up backup files [zip] Zipping 16 files to 'C:\LCEC20\LCEC20_2.3.8

Re: [Nant-users] zip task -- ziplevel

2004-08-11 Thread Gert Driesen
Felice, This is now fixed in cvs. Thanks, Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 9:32 PM Subject: [Nant-users] zip task -- ziplevel Hello all, I

[Nant-users] zip task -- ziplevel

2004-08-09 Thread Felice Vittoria
Hello all, I have a question. The ziplevel is defaulted to 6 when using the zip task. Question .. what are the different zip levels? Could this list be included in the documentation? Thanks, Felice --- SF.Net email is sponsored by Sho

Re: [Nant-users] zip task

2004-07-09 Thread Gert Driesen
Bert, Just use a single element. Hope this helps, Gert - Original Message - From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 3:43 PM Subject: [Nant-users] zip task Hi all, I want to use the ZIP task in

Re: [Nant-users] zip task

2004-07-09 Thread Scott Hernandez
yes, use         Note-to-Self: We should add this pattern to the fileset docs... I think it may be in the docs already. - Original Message - From: Bert Jan Lappenschaar To: [EMAIL PROTECTED] Sent: Friday, July 09, 2004 6:43 AM Subject: [Nant-users] zip task

[Nant-users] zip task

2004-07-09 Thread Bert Jan Lappenschaar
Hi all,   I want to use the ZIP task in my build process. How can I create a simple ZIP task that zips everything in a directory? Including all subdirectories and files in all subdirectories?   I mean, a task like:                  

Re: [Nant-users] zip task ignore full path?

2004-04-06 Thread Scott Hernandez
harpe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 12:14 PM Subject: [Nant-users] zip task ignore full path? > Forgive my ignorance, but is there any way with the > zip task to get it to ignore the path information? If > I zip up files in c:

[Nant-users] zip task ignore full path?

2004-04-06 Thread Andrew Sharpe
Forgive my ignorance, but is there any way with the zip task to get it to ignore the path information? If I zip up files in c:\temp directory, it will append the temp directory to all the zipped files, and therefore when I unzip them it will create the temp directory. In Winzip the setting is cal

Re: [Nant-users] Zip task - Multiple filesets

2003-11-25 Thread Ian MacLean
esday, November 25, 2003 12:19 AM Subject: [Nant-users] Zip task - Multiple filesets I want to include multiple filesets in a zip file. It's taking only the first fileset. How do I tell to use multiple filesets (that have different base directories) ? This example is only puttin

Re: [Nant-users] Zip task - Multiple filesets

2003-11-24 Thread Gert Driesen
h" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 12:19 AM Subject: [Nant-users] Zip task - Multiple filesets > I want to include multiple filesets in a zip file. It's taking only the > first fileset. > How do I tell to use mu

[Nant-users] Zip task - Multiple filesets

2003-11-24 Thread Mahajan, Umesh
Title: Zip task - Multiple filesets I want to include multiple filesets in a zip file. It's taking only the first fileset.   How do I tell to use multiple filesets (that have different base directories) ?                    

Re: [Nant-users] Zip task recursively

2003-11-12 Thread Duncan Godwin
, November 12, 2003 10:05 PM Subject: [Nant-users] Zip task recursively I want to recursively zip the entire source tree (all subdirectories and underneath) from NANT build script. I couldn't find any option for that. I tried the following, but It zips only top level files.

RE: [Nant-users] Zip task recursively

2003-11-12 Thread Erick Thompson
With the fileset, if you want all files and all directories, try Erick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mahajan, Umesh Sent: Wednesday, November 12, 2003 2:06 PM To: '[EMAIL PROTECTED]' Subject: [Nant-users] Zip task recursively

RE: [Nant-users] Zip task recursively

2003-11-12 Thread Arild Fines
Mahajan, Umesh wrote: > I want to recursively zip the entire source tree (all subdirectories and > underneath) from NANT build script. > I couldn't find any option for that. I tried the following, but It zips > only top level files. I don't want to enumerate all the directories. Is > there any way

[Nant-users] Zip task recursively

2003-11-12 Thread Mahajan, Umesh
Title: Zip task recursively I want to recursively zip the entire source tree (all subdirectories and underneath) from NANT build script. I couldn't find any option for that. I tried the following, but It zips only top level files. I don't want to enumerate all the directories. Is there any wa

RE: [Nant-users] zip task datetime problems

2003-02-19 Thread Bernard Vander Beken
]] Sent: Tuesday, February 18, 2003 6:27 PMTo: '[EMAIL PROTECTED]'Subject: [Nant-users] zip task datetime problems I am creating a zip file with:            The time stamp on the files in the zip appears to be modified 1 month in the future (i.e. today

[Nant-users] zip task datetime problems

2003-02-18 Thread Jeremiah Bopko
I am creating a zip file with:            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 m