Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread Vee Harwell
>From a user standpoint, I could definitely use that... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, May 03, 2007 8:52 AM To: Bob Archer; Erich Eichinger; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NUnit NAnt

Re: [NAnt-users] Visual Build Pro Question

2007-02-09 Thread Vee Harwell
We use it currently for one of our products and nant for the other. >From my own personal experience, I would have to say that management types I deal with hold VBP in higher regard since it has a nice and shiny interface that nant doesn't. Functionality wise, I would rate the two as pretty much e

Re: [NAnt-users] Using NAnt with Visual C++ 6.0

2007-02-02 Thread Vee Harwell
The approach I used was to simply create a .build corresponding to the .dsp calling the task ... i then just used the nant task to spawn the build like so... Contents of foo.build