How to make Aptana (Eclipse) not follow symbolic links?

Deadly 提交于 2019-12-24 01:48:16

问题


In Aptana Studio 2.0 (which is actually Eclipse 3.5) I have a Rails project X that includes a symbolic link to a folder Y outside the project folder. Folder Y is big. It contains a lot of files and folders. Building the project and refresing the workspace takes a lot of time. Therefore I do not like Eclipse to take the contents of folder Y into account when building project X and when determining resources with the Open Resource command.

I am looking for a way to exclude the symbolic link from the build path. I tried excluding it from the Ruby Load Path of the project, but Aptana still builds the files in the excluded folder.

So my questions are:

  1. Does excluding folders from the build path actually work in Aptana?
  2. Is this an Aptana issue or an Eclipse issue?
  3. Is there a way to make Eclipse/Aptana not follow symbolic links?

Thanks for any help.


回答1:


You might try using Aptana Studio 3 for this issue for two reasons:

1) There were some issues with the build process in RadRails 2.X where large directories of files are concerned. This has been corrected.

2) You can now exclude certain directories from the indexing process by choosing "Indexing > Exclude From Index"

This won't necessarily remove the files from the open resource command, but it should solve the long indexing/out of memory errors.



来源:https://stackoverflow.com/questions/1697843/how-to-make-aptana-eclipse-not-follow-symbolic-links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!