Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unable to use Tycho + Junit5 + MockitoExtension

Looks like this scenario is not yet supported by pomless builds.
Michael Keppler (thank you) gave the advice in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=570426 how to solve this
with an additiona build configuration in the test plug-in, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=570426#c2.

<build>
        <plugins>
         <plugin>
            <groupId>org.eclipse.tycho</groupId>
            <artifactId>tycho-surefire-plugin</artifactId>
            <version>${tycho.version}</version>
            <configuration>
                <dependencies>
                <!-- avoid CNFE in Surefire when looking for
JUnitPlatformProvider -->
                    <dependency>
                        <artifactId>org.junit</artifactId>
                        <type>eclipse-plugin</type>
                    </dependency>
                </dependencies>
            </configuration>

         </plugin>
        </plugins>
    </build>

On Sun, Jan 17, 2021 at 4:36 PM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>
> I see the same error (with Tycho 2.2.0) and created
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=570426 for it.
>
>
> On Mon, Mar 9, 2020 at 2:32 PM Sebastien Arod <sebastien.arod@xxxxxxxxx> wrote:
> >
> > I replied too quickly...  I probably ran the wrong command previously.  :(
> >
> > My test is still failing.
> > I set providerHint to junit54 but now the test execution fails with another exception in the log:
> >
> > org.apache.maven.surefire.util.SurefireReflectionException: java.lang.ClassNotFoundException: org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
> > at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:249)
> > at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:133)
> > at org.apache.maven.surefire.booter.SurefireReflector.instantiateProvider(SurefireReflector.java:265)
> > at org.apache.maven.surefire.booter.ProviderFactory.createProvider(ProviderFactory.java:118)
> > at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:83)
> > at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
> > at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
> > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
> > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
> > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
> > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
> > at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
> > at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
> > Caused by: java.lang.ClassNotFoundException: org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
> > at org.eclipse.tycho.surefire.osgibooter.CombinedClassLoader.findClass(CombinedClassLoader.java:37)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> > at org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:241)
> > ... 24 more
> >
> > Any idea what's going on?
> >
> >
> > On Mon, Mar 9, 2020 at 11:33 AM Mickael Istria <mistria@xxxxxxxxxx> wrote:
> >>
> >>
> >> On Mon, Mar 9, 2020 at 11:29 AM Sebastien Arod <sebastien.arod@xxxxxxxxx> wrote:
> >>>
> >>> Did Tycho upgrade the embedded junit engine?
> >>
> >>
> >> I think so. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=537487 and https://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=5f5416fe84950289b6e902d184e3ce4b81759874 .
> >> _______________________________________________
> >> tycho-user mailing list
> >> tycho-user@xxxxxxxxxxx
> >> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
> >
> > _______________________________________________
> > tycho-user mailing list
> > tycho-user@xxxxxxxxxxx
> > To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
>
>
>
> --
> Eclipse Platform project co-lead
> CEO vogella GmbH
>
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com



-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top