Yep. There are actaully a few problems that I'm seeing with trunk. 1) The Windows build problem. That's a bug in Maven where it returns a URL that's not really a URL. But I think we can work around that in our car-maven-plugin. For now, if you add the following to your ~/.m2/settings.xml it should work:
<localRepository>/C:/.m2</localRepository> 2) Looks like the javaee assembly contains more modules then it used to. For example, org.apache.geronimo.configs/uddi-jetty6/2.1-SNAPSHOT/car is now getting installed. 3) Because more modules were installed, the startup progress bar died with a StringIndexOutOfBoundsException. I committed a small fix for that. 4) The "java.rmi.server.ExportException: Port already in use: 1099" error in the app client as shown in the logs. Jarek On 10/3/07, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > I'm seeing a different trunk failure on Windows. I'm at Rev: 581764. > > Fresh checkout and a clean repo. > > http://rifers.org/paste/show/5677 > > The automated builds on linux does not seem to have this problem. I'm > going to verify this on another windows machine tomorrow. > > Cheers > Prasad > > On 10/3/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: > > Please see > > http://people.apache.org/~prasad/binaries/trunk/20071003/test-1800.log > > for test failure. I'm seeing the same on Windows. > > > > Jarek > > > > On 3 Oct 2007 22:53:56 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > OpenEJB trunk at 581589 > > > Geronimo Revision: 581737 built with tests included > > > > > > See the full build-1800.log file at > > > http://people.apache.org/~prasad/binaries/trunk/20071003/build-1800.log > > > > > > Download the binaries from > > > http://people.apache.org/~prasad/binaries/trunk/20071003 > > > [INFO] BUILD SUCCESSFUL > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] Total time: 31 minutes 30 seconds > > > [INFO] Finished at: Wed Oct 03 18:36:12 EDT 2007 > > > [INFO] Final Memory: 212M/1010M > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > TESTSUITE RESULTS (Failures only) > > > ================================= > > > See detailed results at > > > http://people.apache.org/~prasad/testsuite/ResultsSummary.html > > > See the full test-1800.log file at > > > http://people.apache.org/~prasad/binaries/trunk/20071003/test-1800.log > > > > > > > > > > > >
