You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2006/09/20 22:00:39 UTC

OpenEJB3 builds fine after the move to the Incubator!

Hi,

Just a few minutes ago I could ci and build OpenEJB3 without any
problems! The code's in the Incubator now. Let's make the incubation a
breeze.

Many thanks to whoever helped it happened!

jlaskowski@dev /cygdrive/c/oss
$ svn co https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3

jlaskowski@dev /cygdrive/c/oss/openejb3
$ mvn install
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 37 seconds
[INFO] Finished at: Wed Sep 20 21:48:48 CEST 2006
[INFO] Final Memory: 25M/254M
[INFO] ------------------------------------------------------------------------

jlaskowski@dev /cygdrive/c/oss/openejb3
$ svn ci -m 'Point URLs to Apache Incubator' pom.xml
Sending        pom.xml
Transmitting file data .
Committed revision 448317.

jlaskowski@dev /cygdrive/c/oss/openejb3
$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 448313
Node Kind: directory
Schedule: normal
Last Changed Author: dblevins
Last Changed Rev: 446453
Last Changed Date: 2006-09-14 09:14:22 +0200 (Thu, 14 Sep 2006)
Properties Last Updated: 2006-09-20 21:45:19 +0200 (Wed, 20 Sep 2006)

Jacek

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

Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/20/06, David Blevins <da...@visi.com> wrote:
> On Sep 20, 2006, at 1:00 PM, Jacek Laskowski wrote:
>
> > Hi,
> >
> > Just a few minutes ago I could ci and build OpenEJB3 without any
> > problems! The code's in the Incubator now. Let's make the incubation a
> > breeze.
> >
> > Many thanks to whoever helped it happened!
>
> Thanks for our svn move go to Ben Walding on the Codehaus side,
> Garrett Rooney on the Apache side, and Henri and Brett our mentors
> for creating our accounts and setting up the auth file.
>
> A very big thanks to all of you!

Hey, happy to help.  Good luck with your move to the ASF.

-garrett

Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by Jeff Genender <jg...@apache.org>.
Yes...a BIG THANKS!

David Blevins wrote:
> On Sep 20, 2006, at 1:00 PM, Jacek Laskowski wrote:
> 
>> Hi,
>>
>> Just a few minutes ago I could ci and build OpenEJB3 without any
>> problems! The code's in the Incubator now. Let's make the incubation a
>> breeze.
>>
>> Many thanks to whoever helped it happened!
> 
> Thanks for our svn move go to Ben Walding on the Codehaus side, Garrett
> Rooney on the Apache side, and Henri and Brett our mentors for creating
> our accounts and setting up the auth file.
> 
> A very big thanks to all of you!
> 
> -David
> 
> 

Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/21/06, David Blevins <da...@visi.com> wrote:

> Thanks for our svn move go to Ben Walding on the Codehaus side,
> Garrett Rooney on the Apache side, and Henri and Brett our mentors
> for creating our accounts and setting up the auth file.
>
> A very big thanks to all of you!

They did the process very straighforward that I'm wondering if they'd
help us implementing an EJB 3 implementation, too? ;-)

Jacek

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

Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by David Blevins <da...@visi.com>.
On Sep 20, 2006, at 1:00 PM, Jacek Laskowski wrote:

> Hi,
>
> Just a few minutes ago I could ci and build OpenEJB3 without any
> problems! The code's in the Incubator now. Let's make the incubation a
> breeze.
>
> Many thanks to whoever helped it happened!

Thanks for our svn move go to Ben Walding on the Codehaus side,  
Garrett Rooney on the Apache side, and Henri and Brett our mentors  
for creating our accounts and setting up the auth file.

A very big thanks to all of you!

-David




Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/21/06, Jay D. McHugh <ja...@joyfulnoisewebdesign.com> wrote:

> I wasn't able to build OpenEJB3 until I build the specs for Geronimo
> from trunk.
>
> Is this a known dependency?

Yes. OpenEJB 3 depends on geronimo-ejb_3.0_spec which in turn depends
on org.apache.geronimo.specs:specs:pom:1.2-SNAPSHOT which is not
available anywhere as far as I know.

We need to fill a jira report to work it out. JIRA is not up yet so
we'll have to keep that in mind so those who don't work with the specs
doesn't have to build it locally, either.

Jacek

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

Re: OpenEJB3 builds fine after the move to the Incubator!

Posted by "Jay D. McHugh" <ja...@joyfulnoisewebdesign.com>.
Jacek Laskowski wrote:
> Hi,
>
> Just a few minutes ago I could ci and build OpenEJB3 without any
> problems! The code's in the Incubator now. Let's make the incubation a
> breeze.
>
> Many thanks to whoever helped it happened!
>
> jlaskowski@dev /cygdrive/c/oss
> $ svn co 
> https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3
>
> jlaskowski@dev /cygdrive/c/oss/openejb3
> $ mvn install
> ...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 37 seconds
> [INFO] Finished at: Wed Sep 20 21:48:48 CEST 2006
> [INFO] Final Memory: 25M/254M
> [INFO] 
> ------------------------------------------------------------------------
>
> jlaskowski@dev /cygdrive/c/oss/openejb3
> $ svn ci -m 'Point URLs to Apache Incubator' pom.xml
> Sending        pom.xml
> Transmitting file data .
> Committed revision 448317.
>
> jlaskowski@dev /cygdrive/c/oss/openejb3
> $ svn info
> Path: .
> URL: https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3
> Repository Root: https://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 448313
> Node Kind: directory
> Schedule: normal
> Last Changed Author: dblevins
> Last Changed Rev: 446453
> Last Changed Date: 2006-09-14 09:14:22 +0200 (Thu, 14 Sep 2006)
> Properties Last Updated: 2006-09-20 21:45:19 +0200 (Wed, 20 Sep 2006)
>
> Jacek
>
I wasn't able to build OpenEJB3 until I build the specs for Geronimo 
from trunk.

Is this a known dependency?

Just wondering,

Jay