I posted this to NAntC-Dev about a month ago -- don't know whether it's the same problem you're getting, though. I figured it's worth a post.
-----Original Message----- From: Jason Pettys Sent: Friday, February 14, 2003 8:14 AM To: Chris Garty; [EMAIL PROTECTED] Subject: RE: [NAntC-Dev] Latest Build I got the same error; I had to edit my slingshot.build file. Change <property name="build.basedir" value="" /> to <property name="build.basedir" value="build" /> Seems to take care of it. HTH, Jason -----Original Message----- From: Chris Garty [mailto:[EMAIL PROTECTED] Sent: Thursday, February 13, 2003 10:21 PM To: [EMAIL PROTECTED] Subject: [NAntC-Dev] Latest Build Hey, Checked out the latest copy and got some build errors. ==== taskdef.build: use: prepare: prepare.slingshot: [nant] Tools/SLiNgshoT/SLiNgshoT.build SLiNgshoT.Core.Release Buildfile: file:///D:/DOTNET~2/NAntContrib/NAntContrib/Tools/SLiNgshoT/SLiNgshoT.build SLiNgshoT.Core.Release: setup: SLiNgshoT.Core: BUILD SUCCEEDED Total time: 0 seconds [copy] Could not find file Tools/SLiNgshoT/build/Release/SLiNgshoT.Core.dll to copy. compile.schematask: compile.schemas: [taskdef] Added 1 tasks from D:\DOTNET~2\NAntContrib\NAntContrib\build\NAnt.Xsd.Tasks.dll [xsd] Compiling Schema src\Tasks\MSITask.xsd into Microsoft.NET classes Writing file 'build\Schemas\MSI\MSITask.cs'. [csc] Compiling 1 files to D:\DOTNET~2\NAntContrib\NAntContrib\build\NAnt.Contrib.Schemas.dll build: [csc] Compiling 57 files to D:\DOTNET~2\NAntContrib\NAntContrib\build\NAnt.Contrib.Tasks.dll BUILD FAILED D:\DOTNET~2\NAntContrib\NAntContrib\NAntContrib.build(120,10): External Program Failed: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1 Output: D:\DOTNET~2\NAntContrib\NAntContrib\src\Tasks\SlingshotTask.cs(27,7): error CS0246: The type or namespace name 'SLiNgshoT' could not be found (are you missing a using directive or an assembly reference?) D:\DOTNET~2\NAntContrib\NAntContrib\src\Tasks\SlingshotTask.cs(141,17): error CS0246: The type or namespace name 'SolutionWriter' could not be found (are you missing a using directive or an assembly reference?) ==== Is it broken or am I just missing something? Thanks ____________________________________________ Chris Garty Systems Architect [EMAIL PROTECTED] 5, 150 Albert Road South Melbourne, VIC, Australia Phone: (+61 3) 9682 7551Fax: (+61 3) 9682 7553Mobile: (+61 409) 219 303 This e-mail message and any attachments contain information that is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, pass on or copy this message or any attachments. If you have received this e-mail in error, please notify us by return e-mail and erase all copies of this message including any attachments. Thank you. -----Original Message----- From: saravana kumar [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 10:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Nant-users] Re: Re: vss utilty hi, not able to build nantcontrib.can you help me out.may be the problem is this.the corenant is in the c: directory.but nant contrib is in the d: directory.it gives the error not able to load build file.if you have the solution please help me out. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
