[nant-dev] zipping files

2005-02-09 Thread Jamie Briant
And the zip library is abominably slow. Can I suggest that the zip task optionally shell out to winzip? (I’m using exec, but it’d be nice to be able to use the zip task).   Jamie

[nant-dev] automated builds

2005-02-09 Thread Jamie Briant
I’m trying to get myself off visual build pro and on to nant, but nant appears to be missing two key features:   Waiting for a file to be touched or added. Repeating tasks indefinitely   I use it to trigger a build whenever someone commits. Any have such a thing?   Jamie

RE: [nant-dev] property overwrite attrib

2005-01-25 Thread Jamie Briant
sing, may I suggest a new option be put in its place that has the same effect, such as "overwriteexisting", or "lookmeupinthemanual". Jamie -Original Message- From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 9:33 PM To: Jamie Briant Cc: nant-

[nant-dev] property overwrite attrib

2005-01-24 Thread Jamie Briant
Does this not seem outstandingly dangerous to anyone?     Its just asking for errors where only one of the “build.config”’s is changed. Is there a good reason that the following is

RE: [nant-dev] newbie compiling question

2005-01-24 Thread Jamie Briant
running JAM with 6 concurrent processes. I’d like to get rid of JAM altogether, but until Nant is multiprocess I’m stuck with it. Any thoughts?   Jamie   -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 23, 2005 6:55 AM To: Jamie Briant; nant

[nant-dev] newbie compiling question

2005-01-23 Thread Jamie Briant
Got a problem. Trying to build nant-0.85-rc1 using VS7.1 so I can debug it. I loaded the Nant.sln solution, and it was converted to 7.1 format. Then I tried building, and managed to get it to build. However, as soon as I hit run, it crashes. I found out it is because the Nant.Console.exe.co