Hi,
   We're in the middle of converting our c# codebase to VS 2005 Projects/Solutions and thus are running into the inability to build projects/solutions with nant. We've been using the <msbuild> contributed task lately to build individual solutions but doesn't seem like this will work for our wider scale conversion. We do not have a centeral lib directory/post-build copy concept but instead have a directory with many projects that can be interdependant with project and dll references. Web solutions then reference some of these as dll refs and some as project refs depending on the application. This has worked perfectly in the .net- 1.1 and VS2003 days with the extremely powerful <solution> nant task but it seems as if msbuild doesn't support recursively building of projects with dependency calculation--please correct me if I'm wrong here!  But when writing a small msbuild script to recursively build **/*.csproj's it finds them but builds them in alphabetical order and thus promptly failing.

   Has anyone run into a similar situation? Can the <msbuild-solution> use nant-style dependency resolution process with project/dll refs? Can someone post a link to the code for this task -- I didn't see it on nant-contrib.

Thanx!
Max
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to