I have built a small External Tool Builders for 3 eclipse projects. How can I tell eclipse to use a (shared) directory outsite of the project directory?
I figgerd out that eclipse stores that settings in the .project file. But it seems that it is not possible to change the value:
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value><project>/.externalToolBuilders/do cleanup.launch</value>
</dictionary>
</arguments>
</buildCommand>
I tied the values:
<project>/../MyUtils/ExternalToolBuilders/do cleanup.launch
../MyUtils/ExternalToolBuilders/do cleanup.launch
x:/full/path/to/file/do cleanup.launch
Try this: