Re: [Nant-users] Executing a target more than once

2003-08-26 Thread Gert Driesen
Just add a force="true" attribute on the call task. Gert - Original Message - From: "Brant Carter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 9:00 PM Subject: [Nant-users] Executing a target more than once > It seems t

RE: [Nant-users] Executing a target more than once

2003-08-25 Thread Erv Walter
with the "force" attribute on the call task. -Original Message- From: Brant Carter [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 2:00 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Executing a target more than once It seems that a target will only get executed once

[Nant-users] Executing a target more than once

2003-08-25 Thread Brant Carter
It seems that a target will only get executed once in any project. Example: The output from this is test: [echo] in test test1: