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 :
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
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
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
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