hansd wrote: > > What about giving every task a property like: failAtEnd >
I think this can be quite useful, for example for continuing a multi-project CI build despite test failures. Maven has a --fail-at-end command-line parameter for this, with the following description: "Only fail the build afterwards; allow all non-impacted builds to continue". In the Gradle world, this would mean to continue running all non-dependent tasks in the event of a task failure. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Founder, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Task-Error-Handling-tp3353505p3353700.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
