You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Rick McGuire <ri...@gmail.com> on 2006/09/12 14:16:56 UTC

Build failure after backport changes

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.

Re: Build failure after backport changes

Posted by Rick McGuire <ri...@gmail.com>.
Jacek Laskowski wrote:
> On 9/13/06, Rick McGuire <ri...@gmail.com> wrote:
>
>> It looks like Kevan committed some changes yesterday that added the
>> getNextCaller() method to ContextManager.
>
> Yes, it was Kevan. I didn't mean to mention his name as I wasn't so 
> sure ;-)
>
>>  Now I just have to figure out
>> why my openejb2 build doesn't appear to be seeing the change, even after
>> I refresh everything with a bootstrap.
>
> Don't use bootstrap. It's Jason's toy and according to him, it should
> go away very soon. He had some spare time and wrote it for others to
> be spending their time to figure out why the build fails ;-)
>
> Why don't you use mvn alone? Just co openejb2 and run mvn -U clean
> install. It should do the trick. I'm doing it as I'm writing it (with
> revision 2902.)
That's what I was using when I got the failure.  I finally did a fresh 
Geronimo checkout and a bootstrap, and that seems to have gotten the 
repositories in a state where I was picking up everything correctly.  
But for some strange reason, it didn't work until I had done bootstrap 
twice :-(


>
> Jacek
>


Re: Build failure after backport changes

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/13/06, Jason Dillon <ja...@planet57.com> wrote:

> Bootstrap is not my toy.

Yeah, it is not. Sorry if it read harsh. Seriously, I was not making
any complaints about it, but I knew having you engaged in this thread
I knew I could find some spare cycles and catch up with your
development efforts while you were replaying ;-)

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: Build failure after backport changes

Posted by Jason Dillon <ja...@planet57.com>.
On Sep 13, 2006, at 4:00 AM, Jacek Laskowski wrote:
> Don't use bootstrap. It's Jason's toy and according to him, it should
> go away very soon. He had some spare time and wrote it for others to
> be spending their time to figure out why the build fails ;-)

Bootstrap is not my toy.

--jason


Re: Build failure after backport changes

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/13/06, Rick McGuire <ri...@gmail.com> wrote:

> It looks like Kevan committed some changes yesterday that added the
> getNextCaller() method to ContextManager.

Yes, it was Kevan. I didn't mean to mention his name as I wasn't so sure ;-)

>  Now I just have to figure out
> why my openejb2 build doesn't appear to be seeing the change, even after
> I refresh everything with a bootstrap.

Don't use bootstrap. It's Jason's toy and according to him, it should
go away very soon. He had some spare time and wrote it for others to
be spending their time to figure out why the build fails ;-)

Why don't you use mvn alone? Just co openejb2 and run mvn -U clean
install. It should do the trick. I'm doing it as I'm writing it (with
revision 2902.)

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: Build failure after backport changes

Posted by ja...@gmail.com.
These do not look related to the backport changes. 

--jason


  

-----Original Message-----
From: Rick McGuire <ri...@gmail.com>
Date: Wed, 13 Sep 2006 05:18:06 
To:openejb-dev@incubator.apache.org
Subject: Re: Build failure after backport changes

Jason Dillon wrote:
> Okay, network has been back long enough to push out modules... so this 
> should be fixed now.  Lemme know if you still see problems building 
> openejb2
Now I'm getting new compile errors:

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

C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSGSSUPMechConfigDynamic.java:[95,44] cannot 
resolve
 symbol
symbol  : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager

C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:[93,40] 
cannot res
olve symbol
symbol  : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager




Re: Build failure after backport changes

Posted by Rick McGuire <ri...@gmail.com>.
Jacek Laskowski wrote:
> On 9/13/06, Rick McGuire <ri...@gmail.com> wrote:
>
>> Now I'm getting new compile errors:
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>>
>> C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb 
>>
>> \corba\security\config\css\CSSGSSUPMechConfigDynamic.java:[95,44] cannot
>> resolve
>>  symbol
>> symbol  : method getNextCaller ()
>> location: class org.apache.geronimo.security.ContextManager
>>
>> C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb 
>>
>> \corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:[93,40]
>> cannot res
>> olve symbol
>> symbol  : method getNextCaller ()
>> location: class org.apache.geronimo.security.ContextManager
>
> I think I've seen changes to Geronimo code that could touch the code
> that fails for you. I don't remember the details, but it was yesterday
> or tomorrow. Take a look at Geronimo JIRA and look for the recent
> changes. I think there should be an issue report about it.
It looks like Kevan committed some changes yesterday that added the 
getNextCaller() method to ContextManager.  Now I just have to figure out 
why my openejb2 build doesn't appear to be seeing the change, even after 
I refresh everything with a bootstrap.


>
> Jacek
>


Re: Build failure after backport changes

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/13/06, Rick McGuire <ri...@gmail.com> wrote:

> Now I'm getting new compile errors:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
> \corba\security\config\css\CSSGSSUPMechConfigDynamic.java:[95,44] cannot
> resolve
>  symbol
> symbol  : method getNextCaller ()
> location: class org.apache.geronimo.security.ContextManager
>
> C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
> \corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:[93,40]
> cannot res
> olve symbol
> symbol  : method getNextCaller ()
> location: class org.apache.geronimo.security.ContextManager

I think I've seen changes to Geronimo code that could touch the code
that fails for you. I don't remember the details, but it was yesterday
or tomorrow. Take a look at Geronimo JIRA and look for the recent
changes. I think there should be an issue report about it.

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: Build failure after backport changes

Posted by Rick McGuire <ri...@gmail.com>.
Jason Dillon wrote:
> Okay, network has been back long enough to push out modules... so this 
> should be fixed now.  Lemme know if you still see problems building 
> openejb2
Now I'm getting new compile errors:

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

C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSGSSUPMechConfigDynamic.java:[95,44] cannot 
resolve
 symbol
symbol  : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager

C:\Geronimo\builds\openejb\latest\modules\openejb-core\src\main\java\org\openejb
\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:[93,40] 
cannot res
olve symbol
symbol  : method getNextCaller ()
location: class org.apache.geronimo.security.ContextManager




Re: Build failure after backport changes

Posted by Jason Dillon <ja...@planet57.com>.
Okay, network has been back long enough to push out modules... so  
this should be fixed now.  Lemme know if you still see problems  
building openejb2

--jason


On Sep 12, 2006, at 2:40 PM, David Blevins wrote:

>
> On Sep 12, 2006, at 2:02 PM, jason.dillon@gmail.com 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 <da...@visi.com>
>> Date: Tue, 12 Sep 2006 13:57:15
>> To:openejb-dev@incubator.apache.org
>> 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.
>>>>>
>>>>>
>>>>
>>>
>>
>


Re: Build failure after backport changes

Posted by David Blevins <da...@visi.com>.
On Sep 12, 2006, at 2:02 PM, jason.dillon@gmail.com 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 <da...@visi.com>
> Date: Tue, 12 Sep 2006 13:57:15
> To:openejb-dev@incubator.apache.org
> 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.
>>>>
>>>>
>>>
>>
>


Re: Build failure after backport changes

Posted by ja...@gmail.com.
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....

--jason


  

-----Original Message-----
From: David Blevins <da...@visi.com>
Date: Tue, 12 Sep 2006 13:57:15 
To:openejb-dev@incubator.apache.org
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.
>>>
>>>
>>
>


Re: Build failure after backport changes

Posted by David Blevins <da...@visi.com>.
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.
>>>
>>>
>>
>


Re: Build failure after backport changes

Posted by Jason Dillon <ja...@planet57.com>.
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.
>>
>>
>


Re: Build failure after backport changes

Posted by Rick McGuire <ri...@gmail.com>.
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.
>
>


Re: Build failure after backport changes

Posted by Jason Dillon <ja...@planet57.com>.
I think you need to `mvn -Dstage=bootstrap clean install` in server/ 
trunk.

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.