Payton,

>>> When is the nant.rollback.onfailure.chain property set?

Either I missed something in the earlier thread or I misled you.  Either the 
nant.onfailure or nant.onsuccess target is called 1) assuming you have defined 
them (since by default they are undefined), and 2) only after the execution of 
the ENTIRE build script has terminated either because of a failure along the 
way or normal completion respectively.

If you define an onfailure target and it gets called because something bombed, 
the onfailure target itself doesn't know what failed or why.  It would be up to 
you to remember any necessary process state information along the way in 
properties.

Merrill


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to