com.ifedorenko.m2e.mavendev icon indicating copy to clipboard operation
com.ifedorenko.m2e.mavendev copied to clipboard

Error when trying to "Run As Maven"

Open cvgaviao opened this issue 5 years ago • 4 comments

I needed to add a feature into a old maven plugin and then when I tried to debug it I received this error in Eclipse 201906:

Error: Could not find or load main class com.ifedorenko.m2e.mavendev.junit.runtime.internal.RemoteTestRunner
Caused by: java.lang.ClassNotFoundException: com.ifedorenko.m2e.mavendev.junit.runtime.internal.RemoteTestRunner

I have this installed from http://ifedorenko.github.com/m2e-extras/ repository:

  m2e - Maven Integration for Eclipse (includes Incubating components)	1.12.0.20190529-1916	org.eclipse.m2e.feature.feature.group	Eclipse.org - m2e

  Maven Development Tools	0.3.0.201506181201	com.ifedorenko.m2e.mavendev.feature.feature.group	Igor Fedorenko

Am I missing something ?

cvgaviao avatar Sep 06 '19 13:09 cvgaviao

Isn't the version on http://ifedorenko.github.com/m2e-extras/ outdated ?

cvgaviao avatar Sep 06 '19 13:09 cvgaviao

yeah, http://ifedorenko.github.com/m2e-extras/ is outdated, haven't touched it since mid 2015. I should probably take it down to avoid further confusion.

ifedorenko avatar Sep 06 '19 13:09 ifedorenko

yeah, http://ifedorenko.github.com/m2e-extras/ is outdated, haven't touched it since mid 2015. I should probably take it down to avoid further confusion.

I saw that your current version is 0.5.0-SNAPSHOT, perhaps you could release this new version?

And you know the reason for the error that I've reported ?

cvgaviao avatar Sep 06 '19 14:09 cvgaviao

It's been several years since I looked at Maven/Eclipse integration, don't remember much, sorry. I suggest you build mavendev tooling locally and install the local build.

ifedorenko avatar Sep 07 '19 01:09 ifedorenko