Hi,

http://forums.gradle.org/gradle/topics/finalizer_tasks_that_depend_on_the_base_task_do_not_execute_if_the_base_task_fails

task a { finalizedBy "b" } 
task b { dependsOn "a" }

If a fails, b won't be executed.

The use case listed in the report is something similar to the jacoco report 
task debate. The user wants "b" to be executed if "a" is in the task graph, and 
"a" to be executed if "b" is in the task graph.

There's a case for this, but I'm having trouble finding a conceptual fit.

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to