Some said the following back in May about MSBUILD:

 

At any rate, VS2005 has MSBuild, so until the solution task is updated for 2005, you could just call MSBuild.  this is what I'm doing, and works well.

It also has the advantage of building ALL project types, including Setup/Deployment projects, which the solution task can't handle for 2003.”

 

When I use msbuild to build a solution I get these two warnings:

 

  [msbuild] C:\Builds\Build138\Kernel\RmtSvr\RmtSvr.sln : warning MSB4078: The project file "Kit\RmtSvr_Kit.vdproj" is not supported by MSBuild and cannot be built.

  [msbuild] C:\Builds\Build138\Kernel\RmtSvr\RmtSvr.sln : warning MSB4078: The project file "KitOracle\DFR_Remoting_Svr_Orcl.vdproj" is not supported by MSBuild and cannot be built.

 

According to these warnings msbuild does not support building setup/deployment projects.  What am I doing wrong or is this not supported by msbuild?

 

Thanks,

 

Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to