Wayne Hartell <[EMAIL PROTECTED]> wrote:

> Hi All,
>
> We have beem using NAnt-0.85-rc3 for quite some time with Visual
> Studio 2003.NET. In our build files we have been executing builds
> like this:
>
>     <property name="devenvPath" value="c:\program files\microsoft
> visual studio .net 2003\common7\ide\devenv.com" />

If I may make a suggestion: don't use devenv for VS 2005 projects, use 
MSBuild instead.  It's way easier, IMNECTHO.

Whether you choose to use the NAnt MSBuild task or call MSBuild.exe from 
an exec task doesn't really matter, but MSBuild works even for build 
machines on which you have installed only the .NET SDK, but not Visual 
Studio.

Brad 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to