eclim icon indicating copy to clipboard operation
eclim copied to clipboard

ProjectTree always returns a single empty folder

Open james-jw opened this issue 9 years ago • 1 comments

Not sure what I am doing wrong. Trying to import java / maven natured projects or even create a simple project as outlined in the docs. Everything more or less works aside two things which I believe are related:

  1. Debugging does not open the files, nor allow for highlighting the current line via the DebugBreak highlight class. All other functionality appears to work, including the variables window, etch.

  2. ProjectTree always returns a window with a single entry that matches the name of the project. Its contents match:

test-project/

" git:master 
" use ? to view help   

If you try to expand test-project/ an error is reported: Not a directory or a directory may have been removed

Executing i on the folder results in: ls: cannot access test-project/: No such file or directory

Yet the folder contains several sub folders including tests and source files under test-project/src/java/main/**

ProjectInfo reports:

Name:     test-project
Path:      /home/jamesw/workspace/test-project
Workspace: /home/jamesw/workspace
Open:      true

If I navigate to one of the sub folders source files and run :ProjectInfo it correctly recognizes the project its in. So I am not sure what is wrong...

I do use fugitive and git and have see in the past, several years ago there were conflicts.

I am using the latest release with mars 4.5 on Ubuntu 14.04.1 LTS, with maven 3.3 Any ideas?

james-jw avatar Nov 03 '15 17:11 james-jw

I'm not sure off hand what the issue would be. Can you disable all other plugins to see if that resolves the issue? If it doesn't, try commenting out blocks of your vimrc to see if you find any setting that may be tripping things up.

ervandew avatar Nov 04 '15 00:11 ervandew