You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Srinath Perera <he...@opensource.lk> on 2004/03/16 11:55:45 UTC

Building openEJB with maven

Hi all;

when I try to buid the openEJB code (head) with maven I do
get following error. I saw that the branch is under developement and may
having problems. Is this error something wrong what I did or
something wrong with maven build.

I just try maven at the home dir.

Thanks

Srinath

+----------------------------------------
Attempting to download geronimo-connector-DEV.jar.
WARNING: Failed to download geronimo-connector-DEV.jar.
Attempting to download geronimo-remoting-DEV.jar.
WARNING: Failed to download geronimo-remoting-DEV.jar.
Attempting to download geronimo-security-DEV.jar.
WARNING: Failed to download geronimo-security-DEV.jar.
Attempting to download geronimo-transaction-DEV.jar.
WARNING: Failed to download geronimo-transaction-DEV.jar.
Attempting to download mx4j-SNAPSHOT.jar.
Attempting to download hsqldb-jdk1.4-1.7.1.jar.
WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.

BUILD FAILED
File...... file:/C:/Documents and Settings/hemapani/Desktop
penejb/
Element... maven:reactor
Line...... 134
Column.... 27
The build cannot continue because of the following unsatisf

geronimo-connector-DEV.jar (no download url specified)
geronimo-remoting-DEV.jar (no download url specified)
geronimo-security-DEV.jar (no download url specified)
geronimo-transaction-DEV.jar (no download url specified)
hsqldb-jdk1.4-1.7.1.jar (no download url specified)

Re: Building OpenEJB with maven

Posted by David Blevins <da...@visi.com>.
On Mon, Apr 26, 2004 at 02:32:41PM +0200, Eric Le Goff wrote:
> 
> When building geronimo, I get these unsatisfied dependencies for module 
> 'assembly':
> 
> +--------------------------------------------------------------------
> Attempting to download openejb-core-DEV.jar.
> WARNING: Failed to download openejb-core-DEV.jar.
> Attempting to download openejb-jca-DEV.jar.
> WARNING: Failed to download openejb-jca-DEV.jar.
> Attempting to download openejb-itests-DEV.jar.
> WARNING: Failed to download openejb-itests-DEV.jar.
> Attempting to download tranql-SNAPSHOT.jar.
> The build cannot continue because of the following unsatisfied dependencies:
> 
> openejb-core-DEV.jar (no download url specified)
> openejb-jca-DEV.jar (no download url specified)
> openejb-itests-DEV.jar (no download url specified)
> 
> +---------------------------------------------------------------------
> 
> Then I tried to get openejb from cvs, and what I built is :
> 
> openejb-core-2.0M1.jar
> openejb-jca-2.0M1.jar
> openejb-itests-2.0M1.jar
> 
> Is there a way to build -DEV.jar instead of -2.0M1.jar ?
> 
> I could not find anything related to openejb building prior to geronimo 
> building on the wiki pages. Any link somewhere ?
> 

I've updated the OpenEJB version in Geronimo as well.  Should work now.

-David

Re: Building openEJB with maven

Posted by Eric Le Goff <er...@gicm.fr>.
david.blevins@visi.com wrote:
> On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
> 
>>Hi all;
>>
>>when I try to buid the openEJB code (head) with maven I do
>>get following error. I saw that the branch is under developement and may
>>having problems. Is this error something wrong what I did or
>>something wrong with maven build.
>>
> 
> 
> You're good, you just need to checkout and build geronimo first.  Once that is done, the required libraries will be in your local maven repository and OpenEJB should build fine.
> 
> -David
> 
> 
> 
>>I just try maven at the home dir.
>>
>>Thanks
>>
>>Srinath
>>
>>+----------------------------------------
>>Attempting to download geronimo-connector-DEV.jar.
>>WARNING: Failed to download geronimo-connector-DEV.jar.
>>Attempting to download geronimo-remoting-DEV.jar.
>>WARNING: Failed to download geronimo-remoting-DEV.jar.
>>Attempting to download geronimo-security-DEV.jar.
>>WARNING: Failed to download geronimo-security-DEV.jar.
>>Attempting to download geronimo-transaction-DEV.jar.
>>WARNING: Failed to download geronimo-transaction-DEV.jar.
>>Attempting to download mx4j-SNAPSHOT.jar.
>>Attempting to download hsqldb-jdk1.4-1.7.1.jar.
>>WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
>>
>>BUILD FAILED
>>File...... file:/C:/Documents and Settings/hemapani/Desktop
>>penejb/
>>Element... maven:reactor
>>Line...... 134
>>Column.... 27
>>The build cannot continue because of the following unsatisf
>>
>>geronimo-connector-DEV.jar (no download url specified)
>>geronimo-remoting-DEV.jar (no download url specified)
>>geronimo-security-DEV.jar (no download url specified)
>>geronimo-transaction-DEV.jar (no download url specified)
>>hsqldb-jdk1.4-1.7.1.jar (no download url specified)

When building geronimo, I get these unsatisfied dependencies for module 
'assembly':

+--------------------------------------------------------------------
Attempting to download openejb-core-DEV.jar.
WARNING: Failed to download openejb-core-DEV.jar.
Attempting to download openejb-jca-DEV.jar.
WARNING: Failed to download openejb-jca-DEV.jar.
Attempting to download openejb-itests-DEV.jar.
WARNING: Failed to download openejb-itests-DEV.jar.
Attempting to download tranql-SNAPSHOT.jar.
The build cannot continue because of the following unsatisfied dependencies:

openejb-core-DEV.jar (no download url specified)
openejb-jca-DEV.jar (no download url specified)
openejb-itests-DEV.jar (no download url specified)

+---------------------------------------------------------------------

Then I tried to get openejb from cvs, and what I built is :

openejb-core-2.0M1.jar
openejb-jca-2.0M1.jar
openejb-itests-2.0M1.jar

Is there a way to build -DEV.jar instead of -2.0M1.jar ?

I could not find anything related to openejb building prior to geronimo 
building on the wiki pages. Any link somewhere ?

Eric





Re: Building openEJB with maven

Posted by Srinath Perera <he...@cse.mrt.ac.lk>.
I was using the code you named ....
anyway don't worry I get what I wanted .. (the problem was at a test case ..
I removed when building and it
was building OK.) I just post the mesage if there is a error u can fix it.
Thanks
Srianth

----- Original Message -----
From: <da...@visi.com>
To: <ge...@incubator.apache.org>; <he...@opensource.lk>
Sent: Sunday, March 21, 2004 3:27 PM
Subject: Re: Building openEJB with maven


> If you are you using the sf.net nova branch, please don't--that is all
dead code.  An enormus amount of effort went into the new cvs at codehaus.
>
>   cvs -d:pserver:anonymous@openejb.org:/home/projects/openejb/scm co
openejb
>
> -David
>
>
>
> On Sun, Mar 21, 2004 at 10:21:27AM -0500, Srinath Perera wrote:
> > Thanks Jeremy; Sorry if I have state it clearly ... this is building the
> > OpenEJB nova branch ... and core is core of that cvs
> >
> > Thanks
> > Srinath
> >
> > > The hsqldb codebase supports JDK1.4 but the hsqldb-1.7.1 distro at
> > > ibiblio was compiled for JDK1.3; you need hsqldb-jdk1.4-1.7.1 which
was
> > > the same version recomplied with 1.4 support enabled.
> > >
> > > On the other hand, I have switched to using axion for other tests and
> > > would suggest you consider that instead.
> > >
> > > I didn't see anything in core that needed hsqldb - or is that
something
> > > from openejb?
> > >
> > > --
> > > Jeremy
> > >
> > > Srinath Perera wrote:
> > >> Hi all;
> > >>
> > >> get it done .. but after bit of complications
> > >> 1) after the geranimo was build hsqladb-jdk1.4-1.7.1.jar was not
there
> > >> but
> > >> the  hsqladb-1.7.1.jar is at repository .. then I rename that jar
file
> > >> 2) then it gives compilation error at the core/test java files ..
> > >> when I removed the test everything OK and it build.
> > >>
> > >> I get it build :) thought it would be helpful if I let u know about
the
> > >> errors I faced. is there any hsqladb jar needed .. or error at tests
..
> > >> I
> > >> read hsqladb-1.7.1 support the jdk1.4?
> > >> Thanks
> > >> Srinath
> > >>
> > >>
> > >>>On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
> > >>>
> > >>>>Hi all;
> > >>>>
> > >>>>when I try to buid the openEJB code (head) with maven I do
> > >>>>get following error. I saw that the branch is under developement and
> > >>>> may
> > >>>>having problems. Is this error something wrong what I did or
> > >>>>something wrong with maven build.
> > >>>>
> > >>>
> > >>>You're good, you just need to checkout and build geronimo first.
Once
> > >>>that is done, the required libraries will be in your local maven
> > >>>repository and OpenEJB should build fine.
> > >>>
> > >>>-David
> > >>>
> > >>>
> > >>>
> > >>>>I just try maven at the home dir.
> > >>>>
> > >>>>Thanks
> > >>>>
> > >>>>Srinath
> > >>>>
> > >>>>+----------------------------------------
> > >>>>Attempting to download geronimo-connector-DEV.jar.
> > >>>>WARNING: Failed to download geronimo-connector-DEV.jar.
> > >>>>Attempting to download geronimo-remoting-DEV.jar.
> > >>>>WARNING: Failed to download geronimo-remoting-DEV.jar.
> > >>>>Attempting to download geronimo-security-DEV.jar.
> > >>>>WARNING: Failed to download geronimo-security-DEV.jar.
> > >>>>Attempting to download geronimo-transaction-DEV.jar.
> > >>>>WARNING: Failed to download geronimo-transaction-DEV.jar.
> > >>>>Attempting to download mx4j-SNAPSHOT.jar.
> > >>>>Attempting to download hsqldb-jdk1.4-1.7.1.jar.
> > >>>>WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
> > >>>>
> > >>>>BUILD FAILED
> > >>>>File...... file:/C:/Documents and Settings/hemapani/Desktop
> > >>>>penejb/
> > >>>>Element... maven:reactor
> > >>>>Line...... 134
> > >>>>Column.... 27
> > >>>>The build cannot continue because of the following unsatisf
> > >>>>
> > >>>>geronimo-connector-DEV.jar (no download url specified)
> > >>>>geronimo-remoting-DEV.jar (no download url specified)
> > >>>>geronimo-security-DEV.jar (no download url specified)
> > >>>>geronimo-transaction-DEV.jar (no download url specified)
> > >>>>hsqldb-jdk1.4-1.7.1.jar (no download url specified)
> > >>>
> > >>>
> > >>
> > >>
> > >> ------------------------------------
> > >> Lanka Sofware Foundation
> > >> ------------------------------------
> > >
> > >
> > >
> >
> >
> > ------------------------------------
> > Lanka Sofware Foundation
> > ------------------------------------


Re: Building openEJB with maven

Posted by da...@visi.com.
If you are you using the sf.net nova branch, please don't--that is all dead code.  An enormus amount of effort went into the new cvs at codehaus. 

  cvs -d:pserver:anonymous@openejb.org:/home/projects/openejb/scm co openejb

-David



On Sun, Mar 21, 2004 at 10:21:27AM -0500, Srinath Perera wrote:
> Thanks Jeremy; Sorry if I have state it clearly ... this is building the
> OpenEJB nova branch ... and core is core of that cvs
> 
> Thanks
> Srinath
> 
> > The hsqldb codebase supports JDK1.4 but the hsqldb-1.7.1 distro at
> > ibiblio was compiled for JDK1.3; you need hsqldb-jdk1.4-1.7.1 which was
> > the same version recomplied with 1.4 support enabled.
> >
> > On the other hand, I have switched to using axion for other tests and
> > would suggest you consider that instead.
> >
> > I didn't see anything in core that needed hsqldb - or is that something
> > from openejb?
> >
> > --
> > Jeremy
> >
> > Srinath Perera wrote:
> >> Hi all;
> >>
> >> get it done .. but after bit of complications
> >> 1) after the geranimo was build hsqladb-jdk1.4-1.7.1.jar was not there
> >> but
> >> the  hsqladb-1.7.1.jar is at repository .. then I rename that jar file
> >> 2) then it gives compilation error at the core/test java files ..
> >> when I removed the test everything OK and it build.
> >>
> >> I get it build :) thought it would be helpful if I let u know about the
> >> errors I faced. is there any hsqladb jar needed .. or error at tests ..
> >> I
> >> read hsqladb-1.7.1 support the jdk1.4?
> >> Thanks
> >> Srinath
> >>
> >>
> >>>On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
> >>>
> >>>>Hi all;
> >>>>
> >>>>when I try to buid the openEJB code (head) with maven I do
> >>>>get following error. I saw that the branch is under developement and
> >>>> may
> >>>>having problems. Is this error something wrong what I did or
> >>>>something wrong with maven build.
> >>>>
> >>>
> >>>You're good, you just need to checkout and build geronimo first.  Once
> >>>that is done, the required libraries will be in your local maven
> >>>repository and OpenEJB should build fine.
> >>>
> >>>-David
> >>>
> >>>
> >>>
> >>>>I just try maven at the home dir.
> >>>>
> >>>>Thanks
> >>>>
> >>>>Srinath
> >>>>
> >>>>+----------------------------------------
> >>>>Attempting to download geronimo-connector-DEV.jar.
> >>>>WARNING: Failed to download geronimo-connector-DEV.jar.
> >>>>Attempting to download geronimo-remoting-DEV.jar.
> >>>>WARNING: Failed to download geronimo-remoting-DEV.jar.
> >>>>Attempting to download geronimo-security-DEV.jar.
> >>>>WARNING: Failed to download geronimo-security-DEV.jar.
> >>>>Attempting to download geronimo-transaction-DEV.jar.
> >>>>WARNING: Failed to download geronimo-transaction-DEV.jar.
> >>>>Attempting to download mx4j-SNAPSHOT.jar.
> >>>>Attempting to download hsqldb-jdk1.4-1.7.1.jar.
> >>>>WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
> >>>>
> >>>>BUILD FAILED
> >>>>File...... file:/C:/Documents and Settings/hemapani/Desktop
> >>>>penejb/
> >>>>Element... maven:reactor
> >>>>Line...... 134
> >>>>Column.... 27
> >>>>The build cannot continue because of the following unsatisf
> >>>>
> >>>>geronimo-connector-DEV.jar (no download url specified)
> >>>>geronimo-remoting-DEV.jar (no download url specified)
> >>>>geronimo-security-DEV.jar (no download url specified)
> >>>>geronimo-transaction-DEV.jar (no download url specified)
> >>>>hsqldb-jdk1.4-1.7.1.jar (no download url specified)
> >>>
> >>>
> >>
> >>
> >> ------------------------------------
> >> Lanka Sofware Foundation
> >> ------------------------------------
> >
> >
> >
> 
> 
> ------------------------------------
> Lanka Sofware Foundation
> ------------------------------------

Re: Building openEJB with maven

Posted by Srinath Perera <he...@opensource.lk>.
Thanks Jeremy; Sorry if I have state it clearly ... this is building the
OpenEJB nova branch ... and core is core of that cvs

Thanks
Srinath

> The hsqldb codebase supports JDK1.4 but the hsqldb-1.7.1 distro at
> ibiblio was compiled for JDK1.3; you need hsqldb-jdk1.4-1.7.1 which was
> the same version recomplied with 1.4 support enabled.
>
> On the other hand, I have switched to using axion for other tests and
> would suggest you consider that instead.
>
> I didn't see anything in core that needed hsqldb - or is that something
> from openejb?
>
> --
> Jeremy
>
> Srinath Perera wrote:
>> Hi all;
>>
>> get it done .. but after bit of complications
>> 1) after the geranimo was build hsqladb-jdk1.4-1.7.1.jar was not there
>> but
>> the  hsqladb-1.7.1.jar is at repository .. then I rename that jar file
>> 2) then it gives compilation error at the core/test java files ..
>> when I removed the test everything OK and it build.
>>
>> I get it build :) thought it would be helpful if I let u know about the
>> errors I faced. is there any hsqladb jar needed .. or error at tests ..
>> I
>> read hsqladb-1.7.1 support the jdk1.4?
>> Thanks
>> Srinath
>>
>>
>>>On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
>>>
>>>>Hi all;
>>>>
>>>>when I try to buid the openEJB code (head) with maven I do
>>>>get following error. I saw that the branch is under developement and
>>>> may
>>>>having problems. Is this error something wrong what I did or
>>>>something wrong with maven build.
>>>>
>>>
>>>You're good, you just need to checkout and build geronimo first.  Once
>>>that is done, the required libraries will be in your local maven
>>>repository and OpenEJB should build fine.
>>>
>>>-David
>>>
>>>
>>>
>>>>I just try maven at the home dir.
>>>>
>>>>Thanks
>>>>
>>>>Srinath
>>>>
>>>>+----------------------------------------
>>>>Attempting to download geronimo-connector-DEV.jar.
>>>>WARNING: Failed to download geronimo-connector-DEV.jar.
>>>>Attempting to download geronimo-remoting-DEV.jar.
>>>>WARNING: Failed to download geronimo-remoting-DEV.jar.
>>>>Attempting to download geronimo-security-DEV.jar.
>>>>WARNING: Failed to download geronimo-security-DEV.jar.
>>>>Attempting to download geronimo-transaction-DEV.jar.
>>>>WARNING: Failed to download geronimo-transaction-DEV.jar.
>>>>Attempting to download mx4j-SNAPSHOT.jar.
>>>>Attempting to download hsqldb-jdk1.4-1.7.1.jar.
>>>>WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
>>>>
>>>>BUILD FAILED
>>>>File...... file:/C:/Documents and Settings/hemapani/Desktop
>>>>penejb/
>>>>Element... maven:reactor
>>>>Line...... 134
>>>>Column.... 27
>>>>The build cannot continue because of the following unsatisf
>>>>
>>>>geronimo-connector-DEV.jar (no download url specified)
>>>>geronimo-remoting-DEV.jar (no download url specified)
>>>>geronimo-security-DEV.jar (no download url specified)
>>>>geronimo-transaction-DEV.jar (no download url specified)
>>>>hsqldb-jdk1.4-1.7.1.jar (no download url specified)
>>>
>>>
>>
>>
>> ------------------------------------
>> Lanka Sofware Foundation
>> ------------------------------------
>
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Re: Building openEJB with maven

Posted by Jeremy Boynes <je...@coredevelopers.net>.
The hsqldb codebase supports JDK1.4 but the hsqldb-1.7.1 distro at 
ibiblio was compiled for JDK1.3; you need hsqldb-jdk1.4-1.7.1 which was 
the same version recomplied with 1.4 support enabled.

On the other hand, I have switched to using axion for other tests and 
would suggest you consider that instead.

I didn't see anything in core that needed hsqldb - or is that something 
from openejb?

--
Jeremy

Srinath Perera wrote:
> Hi all;
> 
> get it done .. but after bit of complications
> 1) after the geranimo was build hsqladb-jdk1.4-1.7.1.jar was not there but
> the  hsqladb-1.7.1.jar is at repository .. then I rename that jar file
> 2) then it gives compilation error at the core/test java files ..
> when I removed the test everything OK and it build.
> 
> I get it build :) thought it would be helpful if I let u know about the
> errors I faced. is there any hsqladb jar needed .. or error at tests .. I
> read hsqladb-1.7.1 support the jdk1.4?
> Thanks
> Srinath
> 
> 
>>On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
>>
>>>Hi all;
>>>
>>>when I try to buid the openEJB code (head) with maven I do
>>>get following error. I saw that the branch is under developement and may
>>>having problems. Is this error something wrong what I did or
>>>something wrong with maven build.
>>>
>>
>>You're good, you just need to checkout and build geronimo first.  Once
>>that is done, the required libraries will be in your local maven
>>repository and OpenEJB should build fine.
>>
>>-David
>>
>>
>>
>>>I just try maven at the home dir.
>>>
>>>Thanks
>>>
>>>Srinath
>>>
>>>+----------------------------------------
>>>Attempting to download geronimo-connector-DEV.jar.
>>>WARNING: Failed to download geronimo-connector-DEV.jar.
>>>Attempting to download geronimo-remoting-DEV.jar.
>>>WARNING: Failed to download geronimo-remoting-DEV.jar.
>>>Attempting to download geronimo-security-DEV.jar.
>>>WARNING: Failed to download geronimo-security-DEV.jar.
>>>Attempting to download geronimo-transaction-DEV.jar.
>>>WARNING: Failed to download geronimo-transaction-DEV.jar.
>>>Attempting to download mx4j-SNAPSHOT.jar.
>>>Attempting to download hsqldb-jdk1.4-1.7.1.jar.
>>>WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
>>>
>>>BUILD FAILED
>>>File...... file:/C:/Documents and Settings/hemapani/Desktop
>>>penejb/
>>>Element... maven:reactor
>>>Line...... 134
>>>Column.... 27
>>>The build cannot continue because of the following unsatisf
>>>
>>>geronimo-connector-DEV.jar (no download url specified)
>>>geronimo-remoting-DEV.jar (no download url specified)
>>>geronimo-security-DEV.jar (no download url specified)
>>>geronimo-transaction-DEV.jar (no download url specified)
>>>hsqldb-jdk1.4-1.7.1.jar (no download url specified)
>>
>>
> 
> 
> ------------------------------------
> Lanka Sofware Foundation
> ------------------------------------


Re: Building openEJB with maven

Posted by Srinath Perera <he...@opensource.lk>.
Hi all;

get it done .. but after bit of complications
1) after the geranimo was build hsqladb-jdk1.4-1.7.1.jar was not there but
the  hsqladb-1.7.1.jar is at repository .. then I rename that jar file
2) then it gives compilation error at the core/test java files ..
when I removed the test everything OK and it build.

I get it build :) thought it would be helpful if I let u know about the
errors I faced. is there any hsqladb jar needed .. or error at tests .. I
read hsqladb-1.7.1 support the jdk1.4?
Thanks
Srinath

> On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
>> Hi all;
>>
>> when I try to buid the openEJB code (head) with maven I do
>> get following error. I saw that the branch is under developement and may
>> having problems. Is this error something wrong what I did or
>> something wrong with maven build.
>>
>
> You're good, you just need to checkout and build geronimo first.  Once
> that is done, the required libraries will be in your local maven
> repository and OpenEJB should build fine.
>
> -David
>
>
>> I just try maven at the home dir.
>>
>> Thanks
>>
>> Srinath
>>
>> +----------------------------------------
>> Attempting to download geronimo-connector-DEV.jar.
>> WARNING: Failed to download geronimo-connector-DEV.jar.
>> Attempting to download geronimo-remoting-DEV.jar.
>> WARNING: Failed to download geronimo-remoting-DEV.jar.
>> Attempting to download geronimo-security-DEV.jar.
>> WARNING: Failed to download geronimo-security-DEV.jar.
>> Attempting to download geronimo-transaction-DEV.jar.
>> WARNING: Failed to download geronimo-transaction-DEV.jar.
>> Attempting to download mx4j-SNAPSHOT.jar.
>> Attempting to download hsqldb-jdk1.4-1.7.1.jar.
>> WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
>>
>> BUILD FAILED
>> File...... file:/C:/Documents and Settings/hemapani/Desktop
>> penejb/
>> Element... maven:reactor
>> Line...... 134
>> Column.... 27
>> The build cannot continue because of the following unsatisf
>>
>> geronimo-connector-DEV.jar (no download url specified)
>> geronimo-remoting-DEV.jar (no download url specified)
>> geronimo-security-DEV.jar (no download url specified)
>> geronimo-transaction-DEV.jar (no download url specified)
>> hsqldb-jdk1.4-1.7.1.jar (no download url specified)
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Re: Building openEJB with maven

Posted by da...@visi.com.
On Tue, Mar 16, 2004 at 05:55:45AM -0500, Srinath Perera wrote:
> Hi all;
> 
> when I try to buid the openEJB code (head) with maven I do
> get following error. I saw that the branch is under developement and may
> having problems. Is this error something wrong what I did or
> something wrong with maven build.
> 

You're good, you just need to checkout and build geronimo first.  Once that is done, the required libraries will be in your local maven repository and OpenEJB should build fine.

-David


> I just try maven at the home dir.
> 
> Thanks
> 
> Srinath
> 
> +----------------------------------------
> Attempting to download geronimo-connector-DEV.jar.
> WARNING: Failed to download geronimo-connector-DEV.jar.
> Attempting to download geronimo-remoting-DEV.jar.
> WARNING: Failed to download geronimo-remoting-DEV.jar.
> Attempting to download geronimo-security-DEV.jar.
> WARNING: Failed to download geronimo-security-DEV.jar.
> Attempting to download geronimo-transaction-DEV.jar.
> WARNING: Failed to download geronimo-transaction-DEV.jar.
> Attempting to download mx4j-SNAPSHOT.jar.
> Attempting to download hsqldb-jdk1.4-1.7.1.jar.
> WARNING: Failed to download hsqldb-jdk1.4-1.7.1.jar.
> 
> BUILD FAILED
> File...... file:/C:/Documents and Settings/hemapani/Desktop
> penejb/
> Element... maven:reactor
> Line...... 134
> Column.... 27
> The build cannot continue because of the following unsatisf
> 
> geronimo-connector-DEV.jar (no download url specified)
> geronimo-remoting-DEV.jar (no download url specified)
> geronimo-security-DEV.jar (no download url specified)
> geronimo-transaction-DEV.jar (no download url specified)
> hsqldb-jdk1.4-1.7.1.jar (no download url specified)