Re: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Ian MacLean
Gert Driesen wrote: Tom, That is indeed the expected behaviour. If you want to avoid specific targets from being executed more than once, you could use the target::has-executed(name) function. I'm not saying this is perfect, but the old beha

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
Title: RE: [Nant-users] 0.85 Dependency Resolution Payton,   The target::has-executed() only works on a project level, and the task actually creates a new project on each run.   Gert From: Byrd, Payton [mailto:[EMAIL PROTECTED] Sent: donderdag 11 november 2004 16:17To: '

RE: [Nant-users] 0.85 Dependency Resolution

2004-11-11 Thread Gert Driesen
Tom, That is indeed the expected behaviour. If you want to avoid specific targets from being executed more than once, you could use the target::has-executed(name) function. I'm not saying this is perfect, but the old behaviour did not