在我的 EclipseRCP 开发过程中,由于 .service 结尾的 Eclipse 插件项目目录。 rel="nofollow">反向 DNS 命名约定。
Osx 10.7 默认行为是将这些目录视为“kind Service”,这使得它们在 Finder 中显示为灰色。
现在,当我尝试在工作区中导入这些现有项目之一时,我无法执行此操作,因为我无法从 Eclipse 导入向导中选择这些“.service”终止目录。
我尝试在 Finder 中“获取信息”,看看是否可以以某种方式注销这个保留的扩展,但没有成功。
我怎样才能摆脱这种不幸的情况呢?
During my EclipseRCP development I often end up having Eclipse plugin project directory terminating with .service
, as result of the Reverse-DNS naming convention.
Osx 10.7 default behavior is to treat these directory as "kind Service", which makes them greyed out in Finder.
Now, when I try to import one of these existing project in my workspace, I am unable to do so as I cannot choose these ".service" terminated directory from the Eclipse import wizard.
I tried to "Get Info" them in Finder, to see if I could somehow unregister this reserved extension, without luck.
How can I get around this unfortunate circumstance?
发布评论
评论(1)
我找到了一个解决方法:
使用向导,选择父目录,确保它本身不是 Eclipse 项目根目录(不包含 .project 文件)。
子文件夹中的现有项目应该显示以供选择,包括 .service 项目。
I have found a workaround:
with the wizard, choose the parent directory, making sure it's not itself an Eclipse project root (does not contain .project file).
Existing projects in the subfolders should show up for selection, including the .service one.