Re: [Nant-users] csc vs. solution

2004-07-12 Thread Martin Gainty
csc would provide you finer grain control over compiles - Original Message - From: Castro, Edwin Gabriel (Firing Systems Engr.) To: [EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:29 PM Subject: RE: [Nant-users] csc vs. solution What if you are a using

Re: [Nant-users] csc vs. solution

2004-07-12 Thread Scott Hernandez
  Sure, there is much more control when using individual tasks; logically this is all the solution task does, convert the vs.net xml format into a series of nant task executions... The task makes certain assumptions and reproduces the behavior of vs.net; This may not be the case for everyon

RE: [Nant-users] csc vs. solution

2004-07-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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 Vis