You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Anushka Kumar <ku...@gmail.com> on 2005/09/07 10:21:27 UTC

unable to build - help

Hi all, 

I tried to build geronimo source which was downloaded three days ago with 
svn. And I got the following error when assembly module was being built.


BUILD FAILED
File...... C:\Documents and 
Settings\anushka\.maven\cache\maven-multiproject-plu
gin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- 
E:\Study\geronimo\geronimo\modules\assembly\m
aven.xml:350:15: <bootstrap:bootstrap> 
org.apache.geronimo.kernel.repository.Mis
singDependencyException: uri tmporb/jars/tmporb-orb-1.0-SNAPSHOT.jar not 
found in repository 

Can anybody please reply with the reason. 

Regarding, 

Anushka Kumar

Re: unable to build - help

Posted by Jacek Laskowski <jl...@apache.org>.
Anushka Kumar wrote:
> Hi all,
> 
> I tried to build geronimo source which was downloaded three days ago 
> with svn. And I got the following error when assembly module was being 
> built.

Hi Anushka,

(Please send user questions to user@geronimo.apache.org)

Weren't any other problems before Maven finished? I don't remember 
whether or not Geronimo uses tmporb any more.

It failed at the bootstrap so it'd mean that some plan(s) would have had 
to reference it, but none does, in fact.

   $ cd modules/assembly/src/plan
   $ grep tmporb *.xml
   $

Could you check out the sources again and make sure there're no leftovers.

> Anushka Kumar

Jacek

Re: unable to build - help

Posted by Bill Stoddard <bi...@wstoddard.com>.
Anushka Kumar wrote:
> Hi all,
> 
> I tried to build geronimo source which was downloaded three days ago 
> with svn. And I got the following error when assembly module was being 
> built.
> 
> 
> BUILD FAILED
> File...... C:\Documents and 
> Settings\anushka\.maven\cache\maven-multiproject-plu
> gin-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- 
> E:\Study\geronimo\geronimo\modules\assembly\m
> aven.xml:350:15: <bootstrap:bootstrap> 
> org.apache.geronimo.kernel.repository.Mis
> singDependencyException: uri tmporb/jars/tmporb-orb-1.0-SNAPSHOT.jar not 
> found in repository
> 
> Can anybody please reply with the reason.
> 

Running maven m:fresh-checkout followed by maven m:rebuild-all solved this problem for me.

Bill