>>>>> "AK" == Aaron Knauf <[EMAIL PROTECTED]> writes:

 AK> So, do we want to do exit status checking at the Task level or at
 AK> the Target level?  

Both seem to be usefull.

 AK> If at the Task level, how does the next Task check/use the value?
 AK> (Target has a nice easy if="some.property.present".)

Ask the Project? Let's assume Task.execute returns a TaskResult
object, this could be put into the project via something like
Project.setLastTaskResult(TaskResult) and retrieved by the next task
via say Project.getLastTaskResult().

Stefan

Reply via email to