Bugs item #1906308, was opened at 2008-03-03 15:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1906308&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.86
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tomasz Kaszuba (tkaszuba)
Assigned to: Nobody/Anonymous (nobody)
Summary: cascade attribute doesn't work with dynamic targets

Initial Comment:
In 0.85 this worked:

<call target="${generator.target}" cascade="false" />

but in 0.86-beta1 does not work so I need to do this to make it work:

<call target="${generator.target}" cascade="false" 
unless="${target::has-executed(generator.target)}"/>

which is a bit of a pain in the ass since I need to go in and change all my 
scripts. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1906308&group_id=31650

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to