RE: [NAntC-Dev] BuildFile mods

2002-07-03 Thread Scott Hernandez
Yep, that was Kevin. I don't know if he is on this list... :) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Tomas Restrepo > Sent: Wednesday, July 03, 2002 7:17 PM > To: [EMAIL PROTECTED] > Subject: Re: [NAntC-Dev]

Re: [NAntC-Dev] BuildFile mods

2002-07-03 Thread Tomas Restrepo
Hi Ian, > cool. Now what happened to those vb6 changes you made ? I was keen to > have a look at how that turned out ahh, I'm fairly sure that wasn't me ;) -- Tomas Restrepo [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGee

Re: [NAntC-Dev] BuildFile mods

2002-07-03 Thread Ian MacLean
Tomas Restrepo wrote: >Hi guys! > >In preparation for our very initial release, I've done some changes to >Nant-contrib's buildfile. > >1- I added a 'doc' target based on ndoc that builds the MSDN-style >documentation. > > cool. Now what happened to those vb6 changes you made ? I was keen to

[NAntC-Dev] BuildFile mods

2002-07-03 Thread Tomas Restrepo
Hi guys! In preparation for our very initial release, I've done some changes to Nant-contrib's buildfile. 1- I added a 'doc' target based on ndoc that builds the MSDN-style documentation. 2- Changed the 'all' target, so that it now runs: - clean - build - buildtests - test -d