Thought I'd throw in my 2c as a heavy NAnt user.

Gert wrote:

> Do you think we should support VS.NET 2005 solutions/projects in 
> the <solution> task ?

My thought is that the <solution> task should *only* handle Visual
Studio 2003 projects. 

Why? 

It seems to me that VS2003 and VS2005 are sufficiently different
creatures that any attempt to handle them within a "unified" task is
going to be fraught with difficulties and likely to have a dozen or so
confusing special cases that need to be documented for users. 


Instead, I'd suggest that the best way to provide 1st class support for
VS2005 would be to include an <msbuild> task that exposes the full
capability of the msbuild commandline.

By doing this you are ensuring 100% compatibility with what VS2005 does;
you may even gain support for other languages at no cost.


I think that one key meme to retain is that NAnt has a wider scope than
just builds - so even if MSBuild managed to totally displace NAnt as the
compilation tool of choice (very unlikely), NAnt would still have a
strong role to play.

Keep Smiling,
Bevan.


******************************************************************************
"This message (and any files transmitted with it) are confidential and 
may be legally privileged. If you are not the intended recipient please
notify the sender immediately and delete this message from your system.

This message does not necessarily reflect the views of the
Reserve Bank of New Zealand. If the recipient has any concerns
about the content of this message they should seek alternative
confirmation from the Reserve Bank of New Zealand."
******************************************************************************





-------------------------------------------------------
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://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to