I have an Ant task that, when launched, will update the version number in a text file. Is it possible that this run was done before the Eclipse Run / Debug configuration, except that it was started manually each time?
I think in another IDE it is called a "compilation trigger" and a "trigger trigger".
Summary:
- Click the Debug button on the Eclipse toolbar
- The Ant task that I specify runs
- Debug configuration for current project launches
source share