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
Title: Message On first glance it almost seems like a perfect use of until reading the fine print about is to be used only on the top level.   may do what you need. I would try creating a target named "doit" which has all the tasks, and simply do a for each of your targets.   I'll give