This is actually an error resulting from a known issue with resource compilation in beta1. The output tag should probably have consistent seperators but thats not what is causing the failure.

Ian

Chris Capel wrote:

I don't think this problem has anything to do with the framework. I think it's a problem with the build files. The problem is that the path specified in the output tag of csc somewhere in the buildfile is "C:\000 Code\nant-0.84/build/net-1.1.win32/nant-0.84-debug/bin/NAnt.Core.Tests.dll". Notice that the path separator switches after the first two to the unix separator. Shouldn't be too hard to fix for someone that knows the NAnt buildfile pretty well. (That wouldn't be me.)

Chris Capel

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cassidy, Thomas
Sent: Monday, December 08, 2003 10:49 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] FW: Bug report

Gentlemen:

Received following error while attempting to build nant. I added a line to the .build file to define a value for "nant.settings.currentframework":

<property name="nant.settings.currentframework" value="net-1.1" />

I do not have .Net Framework 1.0 installed on my machine. I only have .Net Framework 1.1 installed. Build attempt would fail on first invocation of csc if I tried to run against .build without adding the line. With the added line it will run until the line below where it fails. I probably didn't setup the pointer to framework dir correctly.

Thanks
Tom Cassidy





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to