Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Stopping the next builder from executing after previous (e.g. Ant) builder fails
Stopping the next builder from executing after previous (e.g. Ant) builder fails [message #891794] Tue, 26 June 2012 02:52 Go to next message
Ivan Leben is currently offline Ivan LebenFriend
Messages: 2
Registered: June 2012
Junior Member
Pretty much the same question as this: www.eclipse.org/forums/index.php/m/126421/?srch=stop+build+when+ant+builder+fails#msg_126421. Since it's been almost 7 years since then and there was no answer, I'm asking it again.

This seems like a very basic features, is it really not possible at all?

[EDIT:] Changing title to better reflect my question.

[Updated on: Wed, 27 June 2012 01:45]

Report message to a moderator

Re: Stopping entire build after a (Ant) builder fails [message #891820 is a reply to message #891794] Tue, 26 June 2012 07:05 Go to previous messageGo to next message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
Several Ant tasks have the attribute 'failonerror' with the default false. Set this to true to stop the complete Ant build when this task fails. for more see Ant Manual http://ant.apache.org/manual/.
Re: Stopping entire build after a (Ant) builder fails [message #892053 is a reply to message #891820] Wed, 27 June 2012 01:43 Go to previous message
Ivan Leben is currently offline Ivan LebenFriend
Messages: 2
Registered: June 2012
Junior Member
Thanks but I actually wanted to know if I can stop the next Builder on the list from executing after the Ant Builder fails. I know how to fail an Ant task.
Previous Topic:mingw problem
Next Topic:Writing autocomplete components for Eclipse
Goto Forum:
  


Current Time: Fri Apr 19 11:49:04 GMT 2024

Powered by FUDForum. Page generated in 0.01555 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top