-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem with External Plug-in Libraries #28
Comments
It seems that you've a selection with a project that doesn't exist anymore. Do you also get the same error after refreshing the entire workspace? |
I tried to refresh whole workspace, but it did not help and double-checked that all projects exist. Unfortunately there is nothing in the Eclipse error log (checked both view and log file on disk). If you do not have any clue what the problem is, I could try to compile and debug the plugin from sources. |
Hmm strange that this is not getting logged. |
Well that could be it. But the problem is that the non-existing project is sort of meta - I mean, External Plug-in Dependencies or Maven dependencies or JRE System Library is not really a project - just a link to referenced jars. I will try to be more clear, so In package explorer it looks like:
when I right-click on com.example.one and select Update version... it fails with:
|
Well, when the dialog opens it examines the entire universe. By default, the universe is based on all projects in the workspace. We only traverse file directories, no virtual folders. |
well, I checked Eclipse workspace metadata and found traces of the External Plug-in Libraries project which was probably created by mistake some time ago. I tried to fix the workspace but eventually had to wipe it out completely and import projects from scratch again. After this workspace reset the plugin works. Thank you for your help. I leave the issue from now on to you, as I think that in such case your plugin should ignore such malformed (unreadable) projects or at least show better error message and leave sufficient info in Eclipse error log |
Okay. Yes, we have to improve error logs and white space handling in file names. |
After clicking on Update version... I get the following error:
The text was updated successfully, but these errors were encountered: