私は3つのEclipseプロジェクト用に小さな外部ツールビルダーを構築しました。プロジェクトディレクトリの外部にある(共有)ディレクトリを使用するようにeclipseに指示するにはどうすればよいですか?
eclipseがその設定を.projectファイルに保存していることがわかりました。ただし、値を変更することはできないようです。
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value><project>/.externalToolBuilders/do cleanup.launch</value>
</dictionary>
</arguments>
</buildCommand>
私は値を結びました:
<project>/../MyUtils/ExternalToolBuilders/do cleanup.launch
../MyUtils/ExternalToolBuilders/do cleanup.launch
x:/full/path/to/file/do cleanup.launch