RE: [Nant-users] csc Task Strategies

2005-07-12 Thread Bill Martin
TH,   Bill       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ken WitmyerSent: 11 July 2005 16:09To: nant-users@lists.sourceforge.netSubject: [Nant-users] csc Task Strategies I recently moved to a new company and I'm trying to im

Re: [Nant-users] csc Task Strategies

2005-07-12 Thread Gary Feldman
Ken Witmyer wrote: The developers are understandably not too keen on the idea of manually maintaining these references in the build scripts. They have proposed hooking into VS.NET's build process to mine the .csproj files and rebuild the csc tasks in the build scripts. I'm a bit hesitant be

RE: [Nant-users] csc Task Strategies

2005-07-11 Thread Nau, Michael
EMAIL PROTECTED] On Behalf Of Ken WitmyerSent: Monday, July 11, 2005 8:09 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] csc Task Strategies I recently moved to a new company and I'm trying to implement NAnt in a relatively complex build environment.  My hope is that I can bring

FW: [Nant-users] csc Task Strategies

2005-07-11 Thread Craig Ducharme
[Nant-users] csc Task Strategies I recently moved to a new company and I'm trying to implement NAnt in a relatively complex build environment.  My hope is that I can bring some order to a relatively chaotic environment.  We have a ton of different assemblies that make up our business logic

RE: [Nant-users] csc Task Strategies

2005-07-11 Thread Evans, Jonathan (2)
@lists.sourceforge.netSubject: [Nant-users] csc Task Strategies I recently moved to a new company and I'm trying to implement NAnt in a relatively complex build environment.  My hope is that I can bring some order to a relatively chaotic environment.  We have a ton of different assem

[Nant-users] csc Task Strategies

2005-07-11 Thread Ken Witmyer
Title: csc Task Strategies I recently moved to a new company and I'm trying to implement NAnt in a relatively complex build environment.  My hope is that I can bring some order to a relatively chaotic environment.  We have a ton of different assemblies that make up our business logic.  Any on