Hi,
has anyone succeeded to run eik project with java 6?
I've tried with eclipse helios and indigo and karaf 2.2.1, 2.3.0 and 2.3.1
and i've always the same message : An internal error occured during :
"Resolving Features for EikTest".
URL[mvn:org.apache.karaf.assemblies.features/standard/2.3.0/xml/features]
could not be resolved. Here is one of the eclipse's log trace :
!SESSION 2013-04-10 10:43:12.706
-----------------------------------------------****
eclipse.buildId=M20110210-1200****
java.version=1.6.0_18****
java.vendor=Sun Microsystems Inc.****
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US****
Framework arguments: -product org.eclipse.epp.package.reporting.product****
Command-line arguments: -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.reporting.product****
** **
!ENTRY org.eclipse.equinox.registry 2 0 2013-04-10 10:43:16.785****
!MESSAGE The extensions and extension-points from the bundle
"com.something.eclipse.shelled" are ignored. The bundle is not marked as
singleton.****
** **
!ENTRY org.eclipse.mylyn.tasks.ui 4 0 2013-04-10 10:43:30.118****
!MESSAGE Could not load repository template extension contributed by
org.sonar.ide.eclipse.mylyn with connectorKind jira****
** **
!ENTRY org.eclipse.jface 2 0 2013-04-10 10:43:48.055****
!MESSAGE Keybinding conflicts occurred. They may interfere with normal
accelerator operation.****
!SUBENTRY 1 org.eclipse.jface 2 0 2013-04-10 10:43:48.055****
!MESSAGE A conflict occurred for ALT+CTRL+C:****
Binding(ALT+CTRL+C,****
ParameterizedCommand(Command(AnyEdit.capitalize.command,Capitalize,****
,****
Category(AnyEdit.category,AnyEdit
Tools,AnyEdit Tools key bindings,true),****
de.loskutov.anyedit.actions.ChangeCase,****
,,true),null),****
org.eclipse.ui.defaultAcceleratorConfiguration,****
org.eclipse.ui.textEditorScope,,,system)****
Binding(ALT+CTRL+C,****
ParameterizedCommand(Command(org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand,Insert
ChangeLog entry,****
Insert a ChangeLog entry,****
Category(org.eclipse.linuxtools.changelog,Changelog,Changelog key
bindings,true),****
org.eclipse.linuxtools.changelog.core.actions.InsertChangeLogKeyHandler,****
,,true),null),****
org.eclipse.ui.defaultAcceleratorConfiguration,****
org.eclipse.ui.textEditorScope,,,system)****
** **
!ENTRY org.eclipse.core.jobs 4 2 2013-04-10 10:44:39.024****
!MESSAGE An internal error occurred during: "Resolving Features for
EikTest".****
!STACK 0****
java.lang.RuntimeException: URL
[mvn:org.apache.karaf.assemblies.features/standard/2.2.10/xml/features]
could not be resolved.****
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)
****
at
org.apache.karaf.eik.ui.features.FeaturesResolverJob.resolveFeatures(FeaturesResolverJob.java:129)
****
at
org.apache.karaf.eik.ui.features.FeaturesResolverJob.run(FeaturesResolverJob.java:87)
****
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
I can't move to java7 so .. if you have an idea ?