[nant-dev] Nant build (7/29/04) of Vs.NET solution using task gives error

2004-08-05 Thread shikari shambu
Nant build of Vs.NET solution using task gives the following error BUILD FAILED INTERNAL ERROR System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReader.ParseRoot() at System.Xml.XmlTextReader.Read() at System.Xml.XmlValidatingReader.R

[nant-dev] Multi-threading NAnt (Was "running a detached process from NAnt")

2004-08-05 Thread Troy Laurin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gert Driesen > Sent: Thursday, 5 August 2004 6:27 PM > To: sridhar; [EMAIL PROTECTED] > Subject: Re: [nant-dev] running a detached process from NAnt > > Guess we need to add support something sim

Re: [nant-dev] running a detached process from NAnt

2004-08-05 Thread Gert Driesen
Guess we need to add support something similar to the "spawn" attribute in Ant : http://ant.apache.org/manual/CoreTasks/exec.html Gert - Original Message - From: "sridhar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 11:46 PM Subject: [nant-dev] running a det

RE: [nant-dev] INTERNAL ERROR regarding "exec" task

2004-08-05 Thread Troy Laurin
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Go, TerrySent: Thursday, 5 August 2004 4:58 AM Hi,   First of all, thanks for providing this fantastic tool for .NET developers!   I’ve got this error message when I pass the string, “"E:\Pro

Re: [nant-dev] INTERNAL ERROR regarding "exec" task

2004-08-05 Thread Gert Driesen
Terry, You don't need to provide actual double quotes for the program argument. NAnt with automatically quote this for you. Recent nightly builds (http://nant.sourceforge.net/nightly/builds) will provide a more meaningful error message when you do specifiy quotes yourselves. Hope this helps, Ge

[nant-dev] INTERNAL ERROR regarding "exec" task

2004-08-05 Thread Go, Terry
Hi,   First of all, thanks for providing this fantastic tool for .NET developers!   I’ve got this error message when I pass the string, “"E:\Projects\Wsg\PrivateClient\Bernstein.com B78.1\..\setupfiles\PCWebApp2Setup-v1.78.2.115.msi"” as “program” attribute. (note that I put actual doub

[nant-dev] running a detached process from NAnt

2004-08-05 Thread sridhar
Hi, I would like to run an external program from NAnt. I want to run the Unit Tests in NAnt while that external program is running. How can I do that? Right now I'm trying like this

[nant-dev] nantcontrib source

2004-08-05 Thread Steve Burkett
Hi,   I’m trying to find where to download the latest source for nantcontrib.   This is what I found:    http://sourceforge.net/projects/nantcontrib   “nantcontrib 0.84 December 25, 2003  -   Download “   This is old tho right? (and this download didn’t build with current nant eit