On Sep 12, 2006, at 2:02 PM, [EMAIL PROTECTED] wrote:
Um well my network just dropped... So I gotta wait until it comes
back to finish.... :-(
If I could only build and deploy on my blackberry....
Now that'd be something to blog about....
-David
--jason
-----Original Message-----
From: David Blevins <[EMAIL PROTECTED]>
Date: Tue, 12 Sep 2006 13:57:15
To:[email protected]
Subject: Re: Build failure after backport changes
Thanks Jason!
-David
On Sep 12, 2006, at 1:32 PM, Jason Dillon wrote:
OpenEJB depends on G, and the interface which ThreadPool implements
changed, which is why you are seeing this failure.
I'm pushing out new snapshots as I write this email. Once it is
finished, you probably need to:
mvn -U install
That should pull down the latest snaps, with the ThreadPool changes.
If you still have problems, ping me in #geronimo
--jason
On Sep 12, 2006, at 1:22 PM, Rick McGuire wrote:
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.