[Nant-users] Unable to build 12/9 nightly build

2003-12-10 Thread Cassidy, Thomas
Downloaded nightly build from 12/9/2003.  Seemed to be running OK initially but then encountered many errors (last few are shown below) and build failed.   Thanks for any suggestions Tom Cassidy         6) Tests.NAnt.VisualCpp.Tasks.LinkTaskTest_CompileOnDemand.Test_BuildAll :

Re: [Nant-users] Unable to build 12/9 nightly build

2003-12-10 Thread Gert Driesen
These tests fail because NAnt is not able to locate some tools needed for Visual C++ support ...   You can easily resolve this by executing C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvar32.bat in the command prompt before building NAnt.   However, your copy of NAnt is

[Nant-users] tag help

2003-12-10 Thread Michael Dang
try this. no path in the licensetarget attribute. = Michael Dang __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --- This SF.n

[Nant-users] bug in Element.cs?

2003-12-10 Thread Ben Lowery
hi there, I'm trying to build a task that includes a [BuildElementCollection] property that returns a null ref on first access. ie: [TaskName("foo")] class Foo { MyCollection col = null; [BuildElementCollection("bits", "bit")] public property MyBits { get { return col; } set { col

Re: [Nant-users] bug in Element.cs?

2003-12-10 Thread Gert Driesen
Ben, This issue has now been fixed in cvs. Thanks for reporting this and tracking it down !!! Gert - Original Message - From: "Ben Lowery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 9:37 PM Subject: [Nant-users] bug in Element.cs? > hi there, > > I