Eclipse 3.7 runs auto build before executing ant task
My Project -> Builders list looks like this:
"Build Automatically" option is turned off
If I run ant target from Ant view or as external tool then Eclipse makes this:
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?
You can turn off "build before launch"
You have turned rebuild off for resource modification but I believe you have
not turned off "Build before launch"
Window>Preferences>Run/Debug>Build (if required) before launching
链接地址: http://www.djcxy.com/p/44404.html