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. Jon On Sat, May 30, 2009 at 8:13 PM, Daniel S. Haischt < [email protected]> wrote: > +1 > > Cheers > Daniel > > On Sat, May 30, 2009 at 9:41 AM, David Blevins <[email protected]> > wrote: > > Script for running the tests: > > > > > > http://people.apache.org/~dblevins/stage/build.xml<http://people.apache.org/%7Edblevins/stage/build.xml> > > > > - - - - - - > > > > Repo: > > > > https://repository.apache.org/content/repositories/openejb-036/ > > > > Binaries: > > > > > > http://people.apache.org/~dblevins/stage2/3.1.1/<http://people.apache.org/%7Edblevins/stage2/3.1.1/> > > > > (Re)Tag: > > > > https://svn.apache.org/repos/asf/openejb/tags/openejb-3.1.1/ > > > > - - - - - - > > > > Vote will be open for 72 hours. > > > > > > -David > > >
