RE: [Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-21 Thread Aaron Seet
I downloaded the rc1 and the sample Build works right off the box. No path errors with this one. thanks, Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Subject: Re: [Nant-users] Nunit test on sample build failed with VisualCpp You&#x

Re: [Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-19 Thread Ian MacLean
Aaron Seet wrote: Seems like i'm not the only one getting the build failure of 2003 (expected 2004) in 0.84 the first time it's installed :) After much tracing I found that it checks the copyright notice (as opposed to the assembly build number + 2000/1/1), so adjusting that to 2004 made it sweet.

[Nant-users] Nunit test on sample build failed with VisualCpp

2004-12-19 Thread Aaron Seet
Seems like i'm not the only one getting the build failure of 2003 (expected 2004) in 0.84 the first time it's installed :) After much tracing I found that it checks the copyright notice (as opposed to the assembly build number + 2000/1/1), so adjusting that to 2004 made it sweet. Anyway, that is n