[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 8:40 PM
Subject: RE: [Nant-users] run task on failure
You should be able to make the CheckIn target dependent on the Modify
target. If the modify target fails the checkin target will not run.
_
From: [EMAIL
;
Sent: Thursday, May 13, 2004 8:40 PM
Subject: RE: [Nant-users] run task on failure
You should be able to make the CheckIn target dependent on the Modify
target. If the modify target fails the checkin target will not run.
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[E
]
Subject: [Nant-users] run task on
failure
i have a situation where i would like to run a task to
put a system back in its initial state if another task fails. Something like
this:
check
out file
modify
file > fails
check
in modifications
label
build
undo
checkout if failure
i have a situation where i would like
to run a task to put a system back in its initial state if another task
fails. Something like this:
check out file
modify file > fails
check in modifications
label
build
undo checkout if failure
the key is i don't want to run the checkin,
label, and buil