Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] m2e Tycho Configurator not working with Eclipse 4.2.1

Hi,

I just installed the new Eclipse 4.2.1. Via "Install New Software..." I installed m2e, and after restart I tried to install the Tycho Configurator via Window -> Preferences -> Maven -> Discovery -> Open Catalog

After selecting Tycho Configurator and Finish, I get the following error:

Cannot complete the install because of a conflicting dependency.
Software being installed: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e.feature.feature.group 0.6.0.201112050222)
Software currently installed: m2e - Maven Integration for Eclipse 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050)
Only one of the following can be installed at once:
Maven Integration for Eclipse JDT 1.2.0.20120903-1050 (org.eclipse.m2e.jdt 1.2.0.20120903-1050)
Maven Integration for Eclipse JDT 1.1.0.20120530-0009 (org.eclipse.m2e.jdt 1.1.0.20120530-0009)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.2.0.20120903-1050 (org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050)
To: org.eclipse.m2e.jdt [1.2.0.20120903-1050]
Cannot satisfy dependency:
From: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e 0.6.0.201112050222)
To: bundle org.eclipse.m2e.jdt [1.0.0,1.2.0)
Cannot satisfy dependency:
From: Tycho Project Configurators 0.6.0.201112050222 (org.sonatype.tycho.m2e.feature.feature.group 0.6.0.201112050222)
To: org.sonatype.tycho.m2e [0.6.0.201112050222]

Is there something broken or did I miss something? It worked perfect with 4.2

Thanks for your help in advance,
Dirk Fauth

Back to the top