You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Hernan Cunico <hc...@gmail.com> on 2005/12/06 19:33:58 UTC

Build fails

Hi All,
I'm having some issues while building G. I've seen some notes about this 
but I thought it was fixed already, can anybody give me some direction?

These are the last steps I did:

1.- Deleted .maven directory under my username (on Windows)
2.- svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo_src
3.- cd geronimo_src
4.- maven m:fresh-checkout
     so far so good, no errors, BUILD SUCCESSFUL
5.- maven new
     This is the error I constantly get

     build:start:

     multiproject:install-callback:
     [echo] Running car:install for Configuration for performing J2EE 
deployments

     BUILD FAILED
     File...... E:\geronimo_src\maven.xml
     Element... maven:reactor
     Line...... 58
     Column.... 112
     Unable to obtain goal [multiproject:install-callback] -- 
C:\Documents and 
Settings\hcunico\.maven\cache\geronimo-packaging-plugin-1.0-SNAPSHOT\plugin.jelly:67:15: 
<car:package> null
     Total time: 30 minutes 27 seconds

What am I missing?

Thanks

Cheers!
Hernan

Re: Build fails

Posted by Sachin Patel <sp...@gmail.com>.
Try running m:clean first, then new.


On 12/6/05 1:33 PM, "Hernan Cunico" <hc...@gmail.com> wrote:

> Hi All,
> I'm having some issues while building G. I've seen some notes about this
> but I thought it was fixed already, can anybody give me some direction?
> 
> These are the last steps I did:
> 
> 1.- Deleted .maven directory under my username (on Windows)
> 2.- svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo_src
> 3.- cd geronimo_src
> 4.- maven m:fresh-checkout
>      so far so good, no errors, BUILD SUCCESSFUL
> 5.- maven new
>      This is the error I constantly get
> 
>      build:start:
> 
>      multiproject:install-callback:
>      [echo] Running car:install for Configuration for performing J2EE
> deployments
> 
>      BUILD FAILED
>      File...... E:\geronimo_src\maven.xml
>      Element... maven:reactor
>      Line...... 58
>      Column.... 112
>      Unable to obtain goal [multiproject:install-callback] --
> C:\Documents and 
> Settings\hcunico\.maven\cache\geronimo-packaging-plugin-1.0-SNAPSHOT\plugin.je
> lly:67:15: 
> <car:package> null
>      Total time: 30 minutes 27 seconds
> 
> What am I missing?
> 
> Thanks
> 
> Cheers!
> Hernan