Sorry guys, I messed up the reply address the first time.


From: Hristo Deshev | telerik [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 13, 2004 9:01
To: 'Shawn Knowles'
Subject: RE: [Nant-users] csc vs. solution

Hi Shawn, NAnt-ers,
 
This is my first post here, so I'd like to introduce myself.  I am an ASP.NET developer from Bulgaria.  I have been using NAnt for about a month and I am really happy with it.  Way to go dudes!
 
Here is what I am doing that (I believe) cannot be done with visual studio or the <solution> task.  This is actually the reason that forced me to ditch VStudio for my builds and look into NAnt in the first place.  I have classes that do not have to be included in the release build of the product.  Those are mostly NUnit test cases.  I do not want to have a reference to nunit.framework.dll in the release build either.  The <csc> task gives me all the control I need.  Well it allowed me to shoot myself in the foot with resources inclusion once or twice, but I figured all out and my builds are really better now.  As are my unit tests covering code that deals with resources ;->.
 
Hristo Deshev


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Knowles
Sent: Monday, July 12, 2004 21:05
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