Jason Dillon wrote:
I think you need to `mvn -Dstage=bootstrap clean install` in server/trunk.
I'm not building Geronimo, I'm building openejb2 on its own to test out my Yoko orb changes. After doing an svn update, I got the compilation error below. I get the same error on a fresh checkout and build of the openejb2 code. The constructor attempting to be used by that test code does not exist in the latest version of org.openejb.util.BackportExecutorAdapter.

Rick



Once I get my tree building, which I hope to be soon, I will publish new snaps.

--jason


On Sep 12, 2006, at 5:16 AM, Rick McGuire wrote:

I'm getting a compilation failure on the latest openejb2 revision level. Missing test updates?

Rick

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\g\thirdparty\openejb2\modules\openejb-core\src\test\java\org\openejb\server\h
ttpd\HttpServerTest.java:[119,42] cannot resolve symbol
symbol : constructor BackportExecutorAdapter (org.apache.geronimo.pool.ThreadPo
ol)
location: class org.openejb.util.BackportExecutorAdapter


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Tue Sep 12 08:12:42 EDT 2006
[INFO] Final Memory: 15M/48M
[INFO] ------------------------------------------------------------------------

C:\g\thirdparty\openejb2>svn update
At revision 2898.



Reply via email to