[Nant-users] RE: Xml build report

2004-08-06 Thread John Ludlow
One thing you could do is wrap your .build file in another .build file. The

[Nant-users] How To Delete A Directory Using REGEX Pathname

2004-08-06 Thread Merrill Cornish
I'm running NAnt 0.85. When I run nunit-console.exe 2.1.93, it SOMETIMES leaves a 4+ megabyte top-level directory with a name that is 18 digits. Multiple runs can leave multiple of these directories (but not all the time). While it would be very nice if nunit-console didn't do that, it does.

Re: [Nant-users] Ungraceful Syntax Error Handling

2004-08-06 Thread Gert Driesen
Hi Merrill, This issue is now fixed in cvs. Thanks for reporting this ! Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 9:40 PM Subject: [Nant-users] Ungraceful Syntax Error Handling > I am running NAnt 2.1.93

[Nant-users] Need help with the task using the commit command

2004-08-06 Thread Morris, Jason
I am trying to commit a file using the latest task from NAnt 0.85 (Build 0.85.1677.0; net-1.0.win32; nightly; 8/4/2004) and NAntContrib from 8/3/2004 on a Win XP Pro sp1 box. I am issuing the following task

Re: [Nant-users] .NET Compact Framework 2.0

2004-08-06 Thread Gert Driesen
Hi Carlos, Currently, we have no support for .NET CF 2.0. But this is definitely something we'll add after the 0.85 release. Feel free to start working on it though ;-) Gert - Original Message - From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Aug

[Nant-users] .NET Compact Framework 2.0

2004-08-06 Thread Carlos Guzmán Álvarez
Hello: It's the .NET CF 2.0 supported yet ?? if no, there are plans for add support for it in nant ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManage

[Nant-users] Ungraceful Syntax Error Handling

2004-08-06 Thread Merrill Cornish
I am running NAnt 2.1.93. I used a regex task which resulted in the following output: = INTERNAL ERROR System.ArgumentException: parsing "(?'msi-id'\d\d\d\d_\d\d_\d\d)" - Reference to undefined group name id. Parameter name: (?'msi-id'\d\d\d\d_\d\d_\d\d)

[Nant-users] problem w/ vssget's usemodtime

2004-08-06 Thread Felice Vittoria
Hello, I have a question. I'm using vssget to extract files from VSS. However, when I extract I want to use the last updated time .. that is, when the file was last updated in VSS. I tried to use the usemodtime attribute w/o success. I noticed a patch on the nantcontrib website but it didn

Re: [Nant-users] msi, components, and subdirs

2004-08-06 Thread Ted Quinby
If I change the following code in InstallerCreationCommand.cs (at or around line 2230) if (!IsVersion(ref fileVersion)) { fileVersion = null; } TO if (!IsVersion(ref fileVersion)) { //fileVersion = null; fileVersion = ""; } I avoid the null reference exception which ulti

Re: [Nant-users] Passing a fileset as argument to external program

2004-08-06 Thread Gary Feldman
>From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> >Sent: Thursday, August 05, 2004 7:37 PM > Too little information on my email perhaps? :-) Or too many assumptions on my part? I was assuming it was an established Ant script for a complete Java project or subproject. > Just a thought, but h

[Nant-users] Path length problem with resgen

2004-08-06 Thread Bill.Martin
I have just installed the latest nightly build and my build now doesn't work. It works fine with the previous version I had (0.85 build 05/04/2004). I've included the output from the old version of nant and the new one below. Anybody seen anything similar? I've run it with the verbose output on

RE: [Nant-users] Xml build report

2004-08-06 Thread Ryan Cromwell
Try bootstrapping your build scripts.  That is call your current build from a new bootstrap.build which then executs a task, followed by a task.  I personally would suggest looking into CruiseControl.Net (http://ccnet.thoughtworks.com). Original Message Follows From: Lamont Adams <[EMAI