csc would provide you finer grain control over compiles
----- Original Message -----
Sent: Monday, July 12, 2004 3:29 PM
Subject: RE: [Nant-users] csc vs. solution

What if you are a using Nant in a situation where you do not have access to Visual Studio? You could potentially be on an OS that's not supported by Visual Studio (i.e. Linux) or you don't have the financial capacity to buy Visual Studio. In these cases you don't have the means to create Visual Studio solutions (or projects) and use the <solution> task. In these cases you would need to use the <csc> task.
 
Are there any other reasons why you might use the <csc> task over the <solution> task?
 
--
Edwin G. Castro

[EMAIL PROTECTED]

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Knowles
Sent: Monday, July 12, 2004 11:05 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] csc vs. solution

This may seem like a trivial question, but I am curious to know if more people build C# tasks with the solution or csc task.  I am wondering why one wouldn’t use the solution task since it seems to be much easier.  Any advice, standard practices, or opinions are greatly appreciated.

 

Thanks,

Shawn

 

Reply via email to