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
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: '
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