FW: [Nant-users] csc vs. solution

2004-07-13 Thread Hristo Deshev | telerik
Sorry guys, I messed up the reply address the first time. From: Hristo Deshev | telerik [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:01To: 'Shawn Knowles'Subject: RE: [Nant-users] csc vs. solution Hi Shawn, NAnt-ers,   This is my first post here, so I'd li

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.)
D] On Behalf Of Shawn KnowlesSent: Monday, July 12, 2004 11:05 AMTo: [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 w

[Nant-users] csc vs. solution

2004-07-12 Thread Shawn Knowles
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.   Tha