Bruce,

Followed the steps you described below. The build failed at exactly the same place, this time I started with clean maven cache/repository.

The geronimo spec build was perfectly fine i.e. steps 1, 2, 3 were successful. Don't know what else to do, guess am stuck. Tried advise from Mark Kirkwood i.e.

ii) Fetch geronimo-spec-corba-2.3-rc4.jar and place in
.maven/repository/geronimo-spec/jars.

Here kept the rc4 and also copied and renamed the jar with 1.1-SNAPSHOT suffix instead of rc4, guess something must have changed in open EJB.

iii) Fetch geronimo-corba_2.3_spec-1.0.jar and place in
.maven/repository/org.apache.geronimo.specs/jars.
copied and renamed this with 1.1 suffix instead of 1.0 (kept the original as well).

--
Sanjay

----- Original Message ----- From: "Bruce Snyder" <[EMAIL PROTECTED]>
To: <user@geronimo.apache.org>
Sent: Sunday, February 12, 2006 3:24 PM
Subject: Re: Build Failed - Building from SVN Geronimo 1.0


On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote:

I get following error while building Geronimo 1.0 from SVN source (not the
zip file).
I have followed the email trails and JIRA to copy
geronimo-corba_2.3_spec-1.0.jar in
.maven/repository/org.apache.geronimo.specs, still get the
error. Also tried creating
 geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying
the corba jar. Still get the error.

It looks to me like you're compiling from SVN HEAD which is actually
Geronimo 1.1. The error that you're getting is due to the fact that
the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not
available in any Maven repos. You can get around this by checking out
the Geronimo specs project and building it on your machine. Then
Geronimo HEAD should build correctly. Below are the steps:

1) Install Maven 2
2) Download the Geronimo specs trunk:

svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk

3) Compile the specs:

mvn install

4) Build Geronimo HEAD:

maven -Dmaven.itest.skip=true -Dmaven.test.skip=true new

Please let us know if you have any additional problems.

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo (http://geronimo.apache.org/)

Castor (http://castor.org/)

Reply via email to