saiddfhi / gwt-maven

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

Test mojo need to pass catalina.base #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
test scripts don't pass -Dcatalina.base

See simpledatasample, if you enable tests (POM) and then modify the test
script to add the catalina.base, they work. Without they don't work (they
don't have the correct context.xml).

Need to add support for that to the test mojo. 

Original issue reported on code.google.com by charlie....@gmail.com on 30 Mar 2009 at 2:57

GoogleCodeExporter commented 9 years ago
Resolved in SVN trunk. (Need to test on Windows still though.)  Also had to move
createCatalinaBase to abstract mojo, and call create from test mojo (otherwise 
if run
hadn't been invoked yet, tests failed).

Original comment by charlie....@gmail.com on 30 Mar 2009 at 3:29

GoogleCodeExporter commented 9 years ago
In 2.0-RC1. 

Original comment by charlie....@gmail.com on 3 Apr 2009 at 1:16