Reputation: 7735
hello guys i tried to download Jet as an EMF Component but it doesn't work , so i tried to download an archived update
i get the following error :
An error occurred while collecting items to be installed session context was:(profile=epp.package.modeling, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Problems downloading artifact: osgi.bundle,org.eclipse.jet,1.1.1.v201101311015. MD5 hash is not as expected. Expected: 5bb513bb6cc5dcc936ddb22aebcd0af4 and found 9e831f7e6d7532b3afd6bc76c48885de.
Upvotes: 1
Views: 1042
Reputation: 82929
After some trying, I found a way that works, at least for me.
As noted in the bug report, the latest version of Eclipse JET requires UML2 in a version strictly below 4.0.0. The Version that comes with Juno is 4.0.1., so Eclipse will refuse to install. Similarly, UML2 3.1.2 (the latest version available below 4.0.0) requires EMF in a version below 2.7, while Juno's version is 2.8, so this won't install either.
However, note that UML2, version 3.1.2, is also available in editions other than the update site. You can download the mdt-uml2-SDK-3.1.2.zip, unzip the archive, and simply merge the features
and plugins
folders into you Eclipse installation, thus circumventing Eclipse being picky about the version numbers.
Step by step:
features
and plugins
into your Eclipse installationAs far as I've tested, everything seems to work.
Upvotes: 0