-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't autocomplete in certain sub project #222
Comments
by look into eclim java code here --> ProjectUtils.java, I'm now curious that if we search project |
Thanks for this report. I'd like to finish #181 first cause I already spent some time there and then if noone fix this I handle it. |
if I remove the root project from eclipse, then the issue is solved. So I guess it is the case that when |
@liujoey I'd like to ask you to eval this somewhere in emacs I reported just now issue that might or might not be related in ervandew/eclim#417. |
I'm having the same issue. I'm using eclim through the java-layer in spacemacs, and auto-complete while trying to edit a java file in a subproject emits the same error. in a sense subprojects are not recognised in eclim although they do have their own .classpath and .project |
I have a root project and few sub projects
where
icon
is the parent, andlibicon
is the core of whole project.libicon
depends ontype-system
, then other sub projects depends onlibicon
. The root project depends on all sub projects.Now, when I editing any file under
UIMAWrapper
orcds
projects, all works fine. But when I edit any file underlibicon
project, NOTHING works.eclim-java-find-declaration
doesn't work, I've metioned this in #184, it just showingcompany auto complete doesn't work neither. In message buffer it shows
This error only occur when I'm editing files under
libicon
project, and I tried to compare the .project file and the .classpath file, nothing looks wrong. In eclim window, it shows the error from this line: JavaUtils.javaI've also tried upgrade eclipse to eclipse-mars, upgrade eclim to 2.5, but it didn't help.
Finally I tried edit the same file in Vim, the completion works as expected, nothing wrong happens there.
The text was updated successfully, but these errors were encountered: