Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Problems with m2e and Rational Application Developer 8.0.3

It's hard to tell anything specific. I can only think of some
conflicts or missing dependencies that prevent m2e from starting up.
(RAD does not use P2, iirc, so there is no dependency validation at
install time).

Do m2e bundles show as resolved or any other "good" state in OSGi
console? As a point of reference, this is how m2e bundles state looks on
a working system

Igor-Fedorenkos-MacBook-Pro:tmp igor$ /opt/eclipse-3.8/eclipse/eclipse -console

osgi> ss m2e

Framework is launched.

id	State       Bundle
226	RESOLVED    org.eclipse.m2e.archetype.common_1.0.100.20110804-1717
227	ACTIVE      org.eclipse.m2e.core_1.0.100.20110804-1717
228	<<LAZY>>    org.eclipse.m2e.core.ui_1.0.100.20110804-1717
229	<<LAZY>>    org.eclipse.m2e.discovery_1.0.100.20110804-1717
230	<<LAZY>>    org.eclipse.m2e.editor_1.0.100.20110804-1717
231	<<LAZY>>    org.eclipse.m2e.editor.xml_1.0.100.20110804-1717
232	ACTIVE      org.eclipse.m2e.jdt_1.0.100.20110804-1717
233	<<LAZY>>    org.eclipse.m2e.launching_1.0.100.20110804-1717
234 RESOLVED org.eclipse.m2e.lifecyclemapping.defaults_1.0.100.20110804-1717
235	RESOLVED    org.eclipse.m2e.logback.appender_1.0.100.20110804-1717
	            Master=198
236	ACTIVE      org.eclipse.m2e.logback.configuration_1.0.100.20110804-1717
237	RESOLVED    org.eclipse.m2e.maven.indexer_1.0.100.20110804-1717
238	RESOLVED    org.eclipse.m2e.maven.runtime_1.0.100.20110804-1717
239	<<LAZY>>    org.eclipse.m2e.model.edit_1.0.100.20110804-1717
240	<<LAZY>>    org.eclipse.m2e.refactoring_1.0.100.20110804-1717
241	RESOLVED    org.eclipse.m2e.scm_1.0.100.20110804-1717
242	INSTALLED   org.eclipse.m2e.usagedata_1.0.100.20110804-1717
261	<<LAZY>>    org.sonatype.tycho.m2e_0.6.0.201109270448
262	RESOLVED    org.sonatype.m2e.modello_0.14.0.201109270543
263	RESOLVED    org.sonatype.m2e.plexus.annotations_0.14.0.201109270543
271	RESOLVED    org.sonatype.m2e.mavenarchiver_0.14.0.201109270543
272	RESOLVED    org.sonatype.m2e.antlr_0.14.0.201109270543

--
Regards,
Igor

On 11-10-04 7:32 PM, David McCrossin wrote:
I am trying to use the m2e plugin with Rational Application Developer
8.0.3 ifix1. I have installed the following successfully

Buckminster - Maven support 1.3.0.r11663

Maven Integration for Eclipse
m2e - Maven integration for Eclipse 1.0.100.20110804-1717
m2e - slf4j over logback logging 1.0.100.20110804-1717

Maven Integration for Eclipse Extras
m2e connector for mavenarchiver pom properties 0.15.0.201109290002

Maven Integration for WTP 0.14.20110928-2045

The install went successfully, and RAD was restarted. However, none of
the menus or Preferences list show any maven
options/features.

I see nothing in the Error log or the log for the workspace.

Can anyone shed any light on this ? or suggest where else I might look
to determine what is wrong?

Thanks,
Dave


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


Back to the top