With that update, you might need to look more at your test or project setup - can you share the full log from a mvn test (or whatever you do to run the gwt test cases)?
Any chance of another corrupt local jar? On Wednesday, August 29, 2018 at 4:38:02 PM UTC-5, Jörg Hohwiller wrote: > > Indeed. I downloaded htmlunit 2.19 from here: > https://sourceforge.net/projects/htmlunit/ > after replacing the JAR in my local maven repo it works or at least I get > a more promising error: > > com.google.gwt.junit.JUnitFatalLaunchException: The test class > 'net.sf.mmm.util.gwt.UtilCoreGwtTest' was not found in module > 'net.sf.mmm.util.gwt.UtilCoreGwtTest'; no compilation unit for that type > was seen > at > com.google.gwt.junit.JUnitShell.checkTestClassInCurrentModule(JUnitShell.java:734) > at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1327) > at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1283) > at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:672) > at > com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:421) > at junit.framework.TestCase.runBare(TestCase.java:141) > at junit.framework.TestResult$1.protect(TestResult.java:122) > at junit.framework.TestResult.runProtected(TestResult.java:142) > at junit.framework.TestResult.run(TestResult.java:125) > at junit.framework.TestCase.run(TestCase.java:129) > at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:247) > at junit.framework.TestSuite.runTest(TestSuite.java:252) > at junit.framework.TestSuite.run(TestSuite.java:247) > at > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) > at > org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86) > at > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:538) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:760) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:460) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:206) > > However from a perspective of a maven user gwt 2.8.x is kind of broken... > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/e9f53686-d2ea-41ae-886a-3e9e3c746445%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
