Hi all,
What's the best way to fail a build? I want to fail a build from
within the taskGraph.ready { ... } method. I've tried both:
throw new GradleException(...)
and
ant.fail( ... )
Both result in long ugly stacktraces. Is there a more concise way to do this?
Cheers,
Merlyn
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
