On May 30, 2009, at 4:29 PM, Jonathan Gallimore wrote:
I deleted the test folder I had and started from scratch, but I'm
afraid I'm
still seeing the 29 errors in the tests on my Windows laptop here.
It looks like
https://svn.apache.org/repos/asf/openejb/tags/openejb-3.1.1/container/openejb-core/src/main/java/org/apache/openejb/config/WebModule.javais
different to
https://svn.apache.org/repos/asf/openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/config/WebModule.java-
the tag still has the line:
if (contextRoot.startsWith(System.getProperty("file.separator")))
contextRoot = contextRoot.substring(1);
I'm going to try building from trunk and running the tests manually
to see
if that works.
Aw man, looks like I forgot to merge the fix... darn it.
Third time's the charm I guess :)
-David