Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to run all External Tools (Ant buildfiles)(Help with Eclipse feature to run all ants)
icon5.gif  How to run all External Tools (Ant buildfiles) [message #486643] Fri, 18 September 2009 13:50 Go to next message
Hugo Magalhaes is currently offline Hugo MagalhaesFriend
Messages: 1
Registered: September 2009
Junior Member
Hello!

It's my first topic here in Eclipse Forum!
There is a thing that really bother me while developing... I have in my project about 7 or 8 ant buidfiles, configured in .launch files (External Tools). When I have to build my project I have to run ALL external tools, ONE BY ONE! I've never found a solution that lets me run all ants. Does anybody knows how to do it?

Thank you.
Re: How to run all External Tools (Ant buildfiles) [message #486648 is a reply to message #486643] Fri, 18 September 2009 14:04 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Hi,

Create a builder instead.

First create one ant file that runs ALL of your ant files that you want
to run at one time.

Then go to the project's preference Builders tab. Do New->Ant Builder.

This will give you one builder, from there point to your new runall ant
file.

This will run whenever the builder runs. You can use different builder
settings to narrow this down to only an incremental build, or only a
clean build, etc. And also you can narrow down that it will only run if
a certain of resources in the project has changed.

Hugo Magalhaes wrote:
> Hello!
> It's my first topic here in Eclipse Forum! There is a thing that really
> bother me while developing... I have in my project about 7 or 8 ant
> buidfiles, configured in .launch files (External Tools). When I have to
> build my project I have to run ALL external tools, ONE BY ONE! I've
> never found a solution that lets me run all ants. Does anybody knows how
> to do it?
>
> Thank you.

--
Thanks,
Rich Kulp
Previous Topic:Dynamic Marker Filters
Next Topic:java debug - breakpoint
Goto Forum:
  


Current Time: Fri Apr 19 07:35:25 GMT 2024

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

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

Back to the top