My project β List of builders is as follows:
- Ant
- Android Resource Manager
- Android precompiler
- Java builder
- Android Package Manager
Build Automatically Disabled
If I run ant target from the ant view or as an external tool, then Eclipse does this:
- He builds my project (he runs all the builders from the list of builders)
- Fulfills the selected target.
If I remove ant from the list of builders, it will execute only the selected ant target (this is what I want).
How can I make Eclipse launch only the selected ant target without starting other builders and without removing ant builder from the list of builders?
source share