>> FWIW, we just use the <exec /> task to run MSBuild, using the >> 2.0 Framework. Works just fine. > > Yes - but you give up many features <solution> do for you. > Inter-project > dependency solving is what I desperatelly need. We have ~300 .csprojs > (under > 1 ccnet project) with new ones appearing, and we do not want to > maintain > .build nant file for every of those projects. <solution> task handles > it > very nicely for 1.0 projects.
Clarification: we use call out to MSBuild to build the VS 2005 solution file. We don't try to build every project independently. Gets us all the dependency tracking, interop creation, etc, that we need. It's essentially the same way the VS IDE does, except it's on the command line instead of the IDE. ------------------------------------------------------------------------- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-developers
