Re: GWTTestCase run by surefire 2.9

2011-09-28 Thread Colin Alworth
I've gotten emma to work with gwt:test, but only with maven 2 - I havent tracked down the specifics of why it didn't work with 3. Main piece in doing this was to stop surefire from running, and make sure that gwt tests run normally during a build. After that, the only step was to run the emma:em

Re: GWTTestCase run by surefire 2.9

2011-07-28 Thread Andreas Horst
Thanks Nicolas I will try it using the gwt-maven-plugin test mojo. Let me add another question please: Is anybody using this particular setup for building GWT module jars and successfully using the gwt-maven-plugin test mojo for obtaining coverage? Actually the reason for using surefire for GWTT

Re: GWTTestCase run by surefire 2.9

2011-07-28 Thread Andreas Horst
Hi Nicolas I'm not using the gwt-maven-plugin for this project since the project does not produce GWT compiler output. It's a reusable GWT-based API and only builds jars to use in concrete GWT projects which of course then use the gwt-maven-plugin. I hence only need "normal" compilation and test

Re: GWTTestCase run by surefire 2.9

2011-07-28 Thread Andreas Horst
Forgot the stack trace: com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries) at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:262) at com.google.gwt.dev.cfg.ModuleDefLoader$2.load(ModuleDefLoader.java:210) at com.google.gwt.dev.cfg.ModuleDefLoader.

GWTTestCase run by surefire 2.9

2011-07-28 Thread Andreas Horst
Hi All Is anybody successfully running GWTTestCase (2.3) using the surefire plugin version 2.9? If so could you share your surefire configuration? I just recently switched to latest version of surefire for staying up to date and now have problems running my GWTTestCases with it. My surefire conf