Noah,
 
I ran into the same problem when I tried to run Nant 0.8.3 since I also need <solution> task.  To fix this problem, I modified the NAnt.build file using search-and-replace option to replace all tests with src instances.  I was then able to compile the NAnt (using VS .NET)  though I did run into a minor hiccup which I'm looking into right now. 
 
Out of 12 projects in the new version NAnt, every project built accept for NAnt.Core when you're using rebuild option. Everything would build without any problem if you just simply using build option.  Nevertheless, I was able to use NAnt to do my builds without any problem (so far ;)
 
HTH.
 
Daniel
-----Original Message-----
From: Cohen, Noah (CA - Ottawa) [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 2:26 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] nant-0.8.3-rc2 does not build?

When I try and run nant-0.8.3-rc2/bin/nant, I get the following error:

 

 

     [nant] tests/NAnt.Core/NAnt.Core.build build

 

Total time: 34 seconds.

 

BUILD FAILED

 

C:\nant-0.8.3-rc2\tests\NAnt.Core\NAnt.Core.build:

 Error loading buildfile

Could not find a part of the path "C:\nant-0.8.3-rc2\tests\NAnt.Core\NAnt.Core.build".

 

 

C:\nant-0.8.3-rc2\bin is in my PATH env var… I have the above mentioned nant.core.build file which is located in the src directory… not in tests.  So would a fix to this error be simply change the path of nant.core.build to point to the src directory?  If this is the fix, what file would I have to change?  If not, a pointer in the right direction would be wonderful.

 

Thanks in advance,

- Noah, who really wants to use the <solution> task!



This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.


Reply via email to