Skip to content
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

why failure in installing plantuml plugin in eclipse IDE? #144

Closed
piperwei opened this issue Nov 9, 2021 · 8 comments
Closed

why failure in installing plantuml plugin in eclipse IDE? #144

piperwei opened this issue Nov 9, 2021 · 8 comments

Comments

@piperwei
Copy link

piperwei commented Nov 9, 2021

eclipse version :
Version: 2021-09 (4.21.0)
Build id: 20210910-1417

**I use eclipse's tool to install:
Go to Help/Software Update/Find and install... or Help/Install new software...
Create (if needed) or choose the following site as update site: http://hallvard.github.io/plantuml/

but, it failured:
I cat't upload the picture because of internet performance. the detail is:**


Cannot complete the install because one or more required items could not be found.
Software being installed: PlantUML Feature 1.1.26 (net.sourceforge.plantuml.feature.feature.group 1.1.26)
Missing requirement: PlantUML Java Support 1.1.26 (net.sourceforge.plantuml.jdt 1.1.26) requires 'java.package; org.eclipse.jdt.internal.debug.core.model 0.0.0' but it could not be found
Cannot satisfy dependency:
From: PlantUML Feature 1.1.26 (net.sourceforge.plantuml.feature.feature.group 1.1.26)
To: org.eclipse.equinox.p2.iu; net.sourceforge.plantuml.jdt [1.1.26,1.1.26]


how I can resolve this problem, thanks!!!!

@piperwei
Copy link
Author

piperwei commented Nov 9, 2021

who can give me some tips?thanks

@hallvard
Copy link
Owner

hallvard commented Nov 9, 2021

This may be because the PlantUML plugin refers to an internal package (org.eclipse.jdt.internal.debug.core.model) and that package has been removed or renamed in the latest Eclipse. I'll have to download that Eclipse and see for myself.

@piperwei
Copy link
Author

piperwei commented Nov 9, 2021

ok,please give me some tips if any progess,I really need plantuml in eclipse,thanks!

This may be because the PlantUML plugin refers to an internal package (org.eclipse.jdt.internal.debug.core.model) and that package has been removed or renamed in the latest Eclipse. I'll have to download that Eclipse and see for myself.

@hallvard
Copy link
Owner

hallvard commented Nov 9, 2021

The package org.eclipse.jdt.internal.debug.core.model is indeed imported by net.sourceforge.plantuml.jdt, but I cannot find any references to it in the code! I think the import was added when I looked into visualising stack object structures in the variables view as object diagrams. This requires that model, I believe.

I'll see what happens if I remove the import. I'll likely try to release a new version pretty quickly if it works.

@piperwei
Copy link
Author

This is really good news, thank you for your help,
and at the same time, I will always wait for your new version of the program

@piperwei
Copy link
Author

Hi, is there any progress?

@piperwei
Copy link
Author

The package org.eclipse.jdt.internal.debug.core.model is indeed imported by net.sourceforge.plantuml.jdt, but I cannot find any references to it in the code! I think the import was added when I looked into visualising stack object structures in the variables view as object diagrams. This requires that model, I believe.

I'll see what happens if I remove the import. I'll likely try to release a new version pretty quickly if it works.

Hi, is there any progress?

@travkin79
Copy link
Collaborator

Seems to be fixed in release 1.1.27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants