Eclipse:如何移动.externalToolBuilders目录?
我已经为 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
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: