RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Felice Vittoria
lse I need to do :( Felice -Original Message- From: Noel Gifford [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:14 PM To: Felice Vittoria; 'Scott Hernandez' Cc: 'Nant-Users (E-mail)' Subject: RE: [Nant-users] converting to nant tasks Felice, Below is

RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Noel Gifford
:36 AM To: Scott Hernandez Cc: Nant-Users (E-mail) Subject:RE: [Nant-users] converting to nant tasks Scott, That line is already part of a build file. I inherited the scripts and rewriting (cleaninup code wherever possible). I was thinking about the task but wasn't sure.

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
Yes, I believe that would, but you will need to test to make sure. Note: There are also some things that the task won't handle that calling devenv.com will. What they are, I can't say; I'm not that up on the current features/todos of the task. Please let us know if you have any problems :) --

RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Felice Vittoria
ailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 2:32 PM To: Felice Vittoria Cc: Nant-Users (E-mail) Subject: Re: [Nant-users] converting to nant tasks Felice, http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a build file from scratch; this is ultimately more flexible

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
Felice, http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a build file from scratch; this is ultimately more flexible, but requires greater knowledge and more effort :) Note: Use a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds/) as they are much mo