Title: Message
I am a newbie to using NAnt.....I loaded and built the 01/21 build.  I have a VS 2003 solution file that has 6 projects.  The 6 projects are just simple hello world examples done in different styles. 
 
I have two problems:
 
1.
When I run the build using the NET-1.1 framework the projects all compile fine but the project predecessor order is ignored.  In this case it is not an issue but for real multi-project Solutions that have to be compiled in a certain order to compile successfully.
 
2.
When I switch the NAnt.exe.config to use the mono-1.0 framework(I have mono .29 installed and updated the config files version) something weird happens and it looks like the whole .Net Framework ends up in the folder where the assembled project is to go.
 
Any help would be appreciated.
 
Thanks.
 
Lee

Reply via email to