My Project -> Builders list looks like this:
- Ant
- Android resource manager
- Android pre compiler
- Java builder
- Android Package manager
"Build Automatically" option is turned off
If I run ant target from Ant view or as external tool then Eclipse makes this:
- It builds my project (it runs all builders from the builders list)
- Executes selected target
If I remove Ant from builders list it executes only selected ant target (that's what I want).
How can I make Eclipse launch only selected ant target without running other builders and without removing ant builder from the builders list?