[nant-dev] RE: Error while compiling project using NANT

2004-10-28 Thread Vinod Bapu
Hi, I am using NANT to compile the vs.net project. I am getting the following error, Please help: Buildfile: file:///D:/Web/PortmanV7/PortManv7.build Base Directory: D:\Web\PortmanV7. Target(s) specified: test Build sequence for target `test' is init- Debug, init-

Re: [nant-dev] RE: Error while compiling project using NANT

2004-10-28 Thread Gert Driesen
Vinod, What version of NAnt are you using ? Can you try using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: Vinod Bapu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 28, 2004 8:07 AM Subject:

Re: [nant-dev] xmlpeek verbosity

2004-10-28 Thread Gary Feldman
From: Gert Driesen [EMAIL PROTECTED] Sent: Thursday, October 28, 2004 1:53 AM But the xmlpeek task is definitely something different as a user expects a given property to be set to a value. If we don't output anything at a all, when no matching node is found then that property will not be set

[nant-dev] Element initialization changes

2004-10-28 Thread Gert Driesen
Hi, I have some changes queued up locally that add support for initializing nested child elements of a given element in the order in which they appear in the build file. In order to accomplish this, I've added support for assigning BuildElementAttributes to methods : [BuildElement(path)]

[nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Mink, Joseph
Hi, I got the following error message, and since it said to send it your way, I thought I'd do so! First I'll list the short nant build file I made, then the error that resulted. Thanks! Joey BUILD FILE-- ?xml version="1.0"?

RE: [nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Gert Driesen
Joseph, You should install the .NET Framework SDK. More recent versions of NAnt (http://nant.sourceforge.net/nightly/builds) will provide a more meaningful error message. Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On