Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Bundle 'com.google.guava' cannot be resolved when importing m2e-core

Hi,

Guava can be found in latest eclipse orbit stable drop (http://download.eclipse.org/tools/orbit/downloads/drops/S20140227085123/).
Install it in your eclipse and/or add to your target platfotm.

I also encountered problem with generated model classes, though they were added to build path. Removing and adding target/generated-sources dir to build path did the trick


On Sun, Apr 20, 2014 at 12:03 PM, <harry.callahan@xxxxxxx> wrote:
Hi
I have imported m2e-core as mentioned in http://wiki.eclipse.org/M2E_Development_Environment
Everything has been installed but 3 errors still remains:
Package 'org.eclipse.m2e.core.internal.lifecyclemapping.model.io.xpp3' does not exist in this plug-in    MANIFEST.MF    /org.eclipse.m2e.core/META-INF    line 37    Plug-in Problem
Package 'org.eclipse.m2e.core.internal.lifecyclemapping.model' does not exist in this plug-in     MANIFEST.MF    /org.eclipse.m2e.core/META-INF    line 36    Plug-in Problem
Bundle 'com.google.guava' cannot be resolved    MANIFEST.MF    /org.eclipse.m2e.core/META-INF    line 16    Plug-in Problem


Any clue how to solve them?

Regards
Harry C.


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top