RE: [Nant-users] how to make a build file more concise

2003-03-26 Thread Hearn, Bruce
IL PROTECTED]Subject: RE: [Nant-users] how to make a build file more concise I was thinking the same thing as Anthony was, however you might want to watch out for a couple of things.   First, if you need to call the same target multiple times, make sure you add force="true&quo

RE: [Nant-users] how to make a build file more concise

2003-03-26 Thread Morris, Jason
e-From: Anthony Francisco [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 1:08 PMTo: 'Hearn, Bruce'; [EMAIL PROTECTED]Subject: RE: [Nant-users] how to make a build file more concise On first glance it almost seems like a perfect use of until reading the fine print about

RE: [Nant-users] how to make a build file more concise

2003-03-26 Thread Anthony Francisco
ts.   I'll give this a try tonight.   - Ants -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hearn, BruceSent: Wednesday, 26 March, 2003 11:35To: [EMAIL PROTECTED]Subject: [Nant-users] how to make a build file more concise Hi,  

[Nant-users] how to make a build file more concise

2003-03-26 Thread Hearn, Bruce
Title: Message Hi,   I use a main build file to execute a number of tasks in sub-build files.  I want to be able to support the ability to run nant like this:   nant clean compile document   So my main file is currently of this form: