hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Eclipse plugin: can't install 1.1.25 #130

Closed MaximeJo closed 3 years ago

MaximeJo commented 3 years ago

Dear all,

I have tried to install the Plant UML Eclipse plugin using "Help -> Install New Software" method with link http://hallvard.github.io/plantuml/. It gets to the last "Installing Software" phase and, at about 50%, pops up the following error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.eclipse_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.eclipse_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.ecore_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.ecore_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/features/net.sourceforge.plantuml.ecore.feature_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/features/net.sourceforge.plantuml.ecore.feature_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/features/net.sourceforge.plantuml.feature_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/features/net.sourceforge.plantuml.feature_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.jdt_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.jdt_1.1.25.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/plugins/net.sourceforge.plantuml.lib_1.2021.3.jar.
http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/plugins/net.sourceforge.plantuml.lib_1.2021.3.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/features/net.sourceforge.plantuml.lib.feature_1.2021.3.jar.
http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/features/net.sourceforge.plantuml.lib.feature_1.2021.3.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar.
http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar.
http://hallvard.github.io/plantuml/plantuml.lib/1.2021.3/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar
Artifact not found: http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.text_1.1.25.jar.
http://hallvard.github.io/plantuml/plantuml.eclipse/1.1.25/plugins/net.sourceforge.plantuml.text_1.1.25.jar

I've tried with two different Eclipse releases, 2020-06 and Oxygen 1.a, and they both featured the same error.

Any idea of what I'm doing wrong?

Also, is there a place where I could manually download the Eclipse plugin files (either from 1.1.25 or an older version)?

Thanks in advance, Maxime

hallvard commented 3 years ago

I assume this is a temporary problem with github serving the files. The files are available in the gh-pages branch in the repo at github.com/hallvard/plantuml

MaximeJo commented 3 years ago

Thank you very much @hallvard !!

I managed to install the plugin manually. The "lib" plugin must be installed before the "eclipse" one otherwise an error occurs.