Hi, thanks for pointing to this blog. I already tested described hint - its quite cool. From generated proj file it could be read what msbuild do about sln files. Without having it, we have just a black box.
As Brass wrote, there usually is not a problem even with <exec>ing msbuild.exe. Despite it's not much elegant, there are some caveats. One, which was show-blocker for me, msbuild is unable to build set of projects like <solution> is. <solution configuration="Release" outputdir="${output.dir}" includevsfolders="false"> <projects basedir="${build.dir}"> <includesfile name="${state.dir}\projects"/> </projects> ... Thats why I created <msbuild-solution>. There is also simple <msbuild> task, which is not much more that <exec> above msbuild.exe. I'd be glad if you give a try to those tasks. Of course, you're welcomed to extend/polish them as well. Regards, Martin Aliger > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dominik Guder > Sent: Thursday, February 16, 2006 8:32 PM > To: nant-developers@lists.sourceforge.net > Subject: [nant-dev] Re: Continuing work on <msbuild-solution> > > Hi, > > I'm interested in a solution to build our VS 2005 solutions > with msbuild called from nant. Either as solution or (if > necesarry) the separate projects with msbuild. > > Regarding using msbuild on solutions I found an interesting > Blog entry about converting a VS2005 solution file to an > MSBuil project file. > > http://www.sedodream.com/PermaLink,guid,2a926fd2-70ce-4b95-a48 > 9-2d6aa24bc7da.aspx > > This might be one way to handle some configuration issues > (like outdir). > > I'd like to help, but for now I have to get a little bit > deeper into the solution tasks. > > hth > > Regards > > Dominik Guder > > -- > The answer to the great question of life, the universe and > everything is 42 (Douglas Adams) > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep > through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486& > dat=121642 > _______________________________________________ > nant-developers mailing list > nant-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-developers > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers