saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

Get gwtTest goal working properly with GWT 1.5 (and make mojo write test script, etc) #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2?

   Maven 2

What steps will reproduce the problem?
   1. Make Unit test
   2. run mvn -e gwt:testGwt

What is the expected output? What do you see instead?

   All tests are passed, but result is: 
   > Unit tests failed.
   > [ERROR] BUILD ERROR

What version of the product are you using? On what operating system?

   GWT 1.5 RC1, Ubuntu 8.04

Please provide any additional information below.

   the reason is that GWT prints following Gtk-WARNING into system.err:
   > (GWT:21125): Gtk-WARNING **: Unable to locate theme engine in
module_path: "aurora"

   class GWTTest checks system.error and marked this test as failed. Look
at GWTTest:287

Original issue reported on code.google.com by igor.art...@gmail.com on 26 Aug 2008 at 7:21

GoogleCodeExporter commented 9 years ago
gwtTest isn't supported yet with GWT 1.5.  

It is on my short list to clean it up though, and get it compatible with 1.5.

Keeping this issue and changing the title - to make it more clear.  (I plan to 
get it
all refactored so it works, and have it write a test script, like the rest of 
our
mojos, rather than directly building and invoking the remote process internall 
- that
will be more consistent with the rest of our plugin, and makes things a lot 
easier to
control/retest/debug, etc).  

Original comment by charlie....@gmail.com on 28 Aug 2008 at 2:22

GoogleCodeExporter commented 9 years ago
All this is working now in the branch, Unix and Windows.  Will get merged soon.

Original comment by charlie....@gmail.com on 5 Sep 2008 at 8:23

GoogleCodeExporter commented 9 years ago
Fixed as of 2.0-beta22

Original comment by charlie....@gmail.com on 7 Sep 2008 at 10:35