[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread 'Jörg Hohwiller' via GWT Contributors
All solved. No GWT issue. Thread/Topic is done. Thanks for your help. Am Donnerstag, 30. August 2018 00:12:17 UTC+2 schrieb Jörg Hohwiller: > > Am Mittwoch, 29. August 2018 23:40:42 UTC+2 schrieb Colin Alworth: >> >> With that update, you might need to look more at your test or project >> setup -

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread 'Jörg Hohwiller' via GWT Contributors
Am Mittwoch, 29. August 2018 23:40:42 UTC+2 schrieb Colin Alworth: > > 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)? > > So if I got this correct you are offering help to

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread Colin Alworth
Glad you've got it sorted. Since we are in the gwt-contrib list after all... if you're interested in seeing GWT updated to the latest HtmlUnit, there's no time like the present for a contribution to avoid this sort of issue in the future! On Wednesday, August 29, 2018 at 4:54:48 PM UTC-5, Jörg

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread 'Jörg Hohwiller' via GWT Contributors
Thanks Colin for your quick response. The broken JAR was 2.619.380 bytes. The correct JAR is 1.906.761 bytes. I am not using an intermediate maven repo (nexus, artifactory, archiva). However, I moved/backuped the JAR once more and now maven downloaded a correct version. Whatever the reason for tha

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread Colin Alworth
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.

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread Colin Alworth
For what its worth, I'm not seeing any such issues in opening classes within the 2.19 jar (source or binary) - any chance you've just got a corrupt local copy, or that your org has a maven repo with a corrupt copy? On Wednesday, August 29, 2018 at 4:24:59 PM UTC-5, Jörg Hohwiller wrote: > > Hi t

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-29 Thread 'Jörg Hohwiller' via GWT Contributors
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

[gwt-contrib] Unable to get GwtTestCase back up running

2018-08-29 Thread 'Jörg Hohwiller' via GWT Contributors
Hi there, I am maintaining my project and did some upgrades including gwt 2.8.2 from 2.7.0. Now my JUnit based on GwtTestCase is failing with: java.lang.NoSuchFieldError: FIREFOX_38 at com.google.gwt.junit.RunStyleHtmlUnit.(RunStyleHtmlUnit.java:203) at java.lang.Class.forName0(Native Me