I m a newbie in using Nant. I have had an installation pb. When the files have been extracted, I tried to run Nant and expected that it build itself. It seems that It partialy succeed. The tests wasn’t build.really ? Can you post the command you used and what failed.
Nevermind , I try to launch Nant with the instruction nant. And it replies it could not find the ‘*.build’ file in the bin directory. I think the good build file is in the parent directory.sounds like you are running nant from its bin directory. Try the following
c:\nant-0.8.3.50100>bin\nant
ie you need to run nant from the directory containing the NAnt.build file
If you didn't get NAnt to load the buildfile I don't understand the 'tests didn't build' part.
Ian
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
