Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent eclipse from building the projects before run an Ant task

I want to prevent the project from compiling when I run an Ant task, how is this done?

Eclipse build setting is not automatic but the build still remains running before any ant task be launched.

like image 924
thiagoh Avatar asked Nov 28 '13 02:11

thiagoh


2 Answers

You can turn off "Build (if required) before launch"

You have turned rebuild off for resource modification but I believe you haven't turned off "Build (if required) before launch"

Go to:

Window > Preferences > Run/Debug > Launching -> Build (if required) before launching

On older versions of eclipse:

Window > Preferences > Run/Debug > Build (if required) before launching

like image 195
thiagoh Avatar answered Sep 19 '22 15:09

thiagoh


In newer versions of Eclipse (I have Neon) the option has moved slightly to:

Window > Preferences > Run/Debug > Launching

The checkbox is still named: Build (if required) before launching.

like image 28
Andy Guibert Avatar answered Sep 22 '22 15:09

Andy Guibert