Re: A few tests need some help

2006-07-09 Thread Jacek Laskowski
On 7/8/06, Jason Dillon [EMAIL PROTECTED] wrote: All of this work is in this branch: https://svn.apache.org/repos/asf/geronimo/sandbox/svkmerge/ m2migration/ How can I build the branch? What's the command sequence? Do I need to check out OpenEJB? If so, why? mvn bootstrap keeps failing

Re: A few tests need some help

2006-07-09 Thread Alan D. Cabrera
Jason Dillon wrote: I've reconfigured all modules to us the latest surefire plugin, and most tests work... except for a few exceptions: system/**/PluginInstallerTest.java security/**/LoginKerberosTest.java connector-builder/**/Connector15DCBTest.java mail/**/MailcapTest.java

Re: A few tests need some help

2006-07-09 Thread Jason Dillon
You should be able to just: ./bootstrap This should build all of the bits that are currently not available in any repo and then run the staged build in the proper order. We need the OpenEJB jars built with m2, which is not yet published anywhere. TranQL used to be need to build

Re: A few tests need some help

2006-07-09 Thread Jason Dillon
I have not run the m1 build in a long time. I'm not sure if these tests fail under that build or not. --jason On Jul 9, 2006, at 9:26 AM, Alan D. Cabrera wrote: Jason Dillon wrote: I've reconfigured all modules to us the latest surefire plugin, and most tests work... except for a few

Re: A few tests need some help

2006-07-09 Thread Jacek Laskowski
On 7/9/06, Jason Dillon [EMAIL PROTECTED] wrote: You should be able to just: ./bootstrap This should build all of the bits that are currently not available in any repo and then run the staged build in the proper order. Doing it now. Thanks! Jacek -- Jacek Laskowski

Re: A few tests need some help

2006-07-09 Thread Jason Dillon
Note, svkmerge/m2migration is in a bit of flux at the moment... results may vary. Ping me if you run into anything. --jason On Jul 9, 2006, at 3:03 PM, Jacek Laskowski wrote: On 7/9/06, Jason Dillon [EMAIL PROTECTED] wrote: You should be able to just: ./bootstrap This should build

Re: A few tests need some help

2006-07-09 Thread Jacek Laskowski
On 7/10/06, Jason Dillon [EMAIL PROTECTED] wrote: Note, svkmerge/m2migration is in a bit of flux at the moment... results may vary. It seems to be fine so far. esis-1.0.0-SNAPSHOT.pom [INFO] [INFO] [INFO] [INFO] Reactor

Re: A few tests need some help

2006-07-09 Thread Jason Dillon
FYI, looks like rev #420384 should be solid to `bootstrap` off of the svkmerge/m2migration branch. I found the problem with commons-logging not getting picked up. Looks like there maybe a little bug in m2 w/how it handles exclusions. I've fixed the problem, but should eventually follow

Re: A few tests need some help

2006-07-08 Thread Jacek Laskowski
On 7/8/06, Jason Dillon [EMAIL PROTECTED] wrote: And... again, can I get someone to look at why the tests listed above fail? It aligns with my goal of improving our test base and seems to be an excellent chance to start the work. I'm checking out the branch and am going to give these failing

Re: A few tests need some help

2006-07-08 Thread anita kulshreshtha
Jason, The test failures in the security module are documented here - http://issues.apache.org/jira/browse/GERONIMO-1672 The Connector15DCBTest failures is new. These tests used to pass in the old trunk. There is no MailCapTest in rev. 418907. The PluginInstallerTest is a new test added in

A few tests need some help

2006-07-07 Thread Jason Dillon
I've reconfigured all modules to us the latest surefire plugin, and most tests work... except for a few exceptions: system/**/PluginInstallerTest.java security/**/LoginKerberosTest.java connector-builder/**/Connector15DCBTest.java mail/**/MailcapTest.java Each of these fail in