imixs / manik-hot-deploy

Maven Incremental hot deploy - a plugin for the Eclipse IDE
https://manik.imixs.org/
GNU General Public License v3.0
20 stars 7 forks source link

Installation problem in Eclipse Luna SR1 (4.4.1) #6

Closed xfr-dev closed 9 years ago

xfr-dev commented 9 years ago

I'm encountering the following error while trying to install the manik-hot-deploy plugin under Eclipse Luna SR1 (4.4.1) :

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.aspectj.runtime.source,1.7.0.20120703164200
No repository found containing: osgi.bundle,org.eclipse.contribution.weaving.jdt.source,2.2.0.e37x-RELEASE-20120704-0900
No repository found containing: org.eclipse.update.feature,org.eclipse.contribution.weaving.source,2.2.0.e37x-RELEASE-20120704-0900
No repository found containing: osgi.bundle,org.eclipse.contribution.xref.core.source,2.2.0.e37x-RELEASE-20120704-0900
No repository found containing: org.eclipse.update.feature,org.eclipse.contribution.xref.source,2.2.0.e37x-RELEASE-20120704-0900
No repository found containing: osgi.bundle,org.eclipse.contribution.xref.ui.source,2.2.0.e37x-RELEASE-20120704-0900

But it has worked perfectly under Kepler SR1 release.

rsoika commented 9 years ago

Looks strange. But this artefacts are not part of the manik plugin which did not need any special dependencies. So for me it looks like you eclipse tries to update different plugins. Can you update your eclipse without such errors?

xfr-dev commented 9 years ago

Nevermind, like you said, this is not a manik problem but rather a http proxy problem! ;-) Sorry for the incovenience.