You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by 黄 永紅 <hu...@yahoo.co.jp> on 2006/09/24 09:48:13 UTC

Build error while doing a bootstrap build

Hello,

I'm new to Geronimo.
I want to build Geronimo from svn trunk , but it shows me
a BUILD ERROR.

What I did is just checking out the resources from trunk,
and call bootstrap.bat.

I did it in windows environment, with Ant 1.6 and Maven
2.0.4 installed.

Can someone tell me how to solve the problem?

Huang

==== Following is the error message I got ==============
[INFO]
----------------------------------------------------------------------------
[INFO] Building Geronimo Specifications
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Internal error in the plugin manager getting plugin
'org.apache.maven.plugins:maven-install-plugin': Failed to
create plugin container for plug
in 'org.apache.maven.model.Plugin@1be2893': Error
configuring components
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Sun Sep 24 11:11:30 JST 2006
[INFO] Final Memory: 5M/11M
[INFO]
----------------------------------------------------------------------------

BUILD SUCCESSFUL
Total time: 2 minutes 36 seconds

--------------------------------------
[10th Anniversary] special auction campaign now!
http://pr.mail.yahoo.co.jp/auction/

Re: Build error while doing a bootstrap build

Posted by Lasantha Ranaweera <la...@opensource.lk>.
Hi,

Can run your maven script with -e option and send us the error?
Also have a look at following link too.

http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html

Thanks,
Lasantha Ranaweera
黄 永紅 wrote:
> Hello,
>
> I'm new to Geronimo.
> I want to build Geronimo from svn trunk , but it shows me
> a BUILD ERROR.
>
> What I did is just checking out the resources from trunk,
> and call bootstrap.bat.
>
> I did it in windows environment, with Ant 1.6 and Maven
> 2.0.4 installed.
>
> Can someone tell me how to solve the problem?
>
> Huang
>
> ==== Following is the error message I got ==============
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Geronimo Specifications
> [INFO]    task-segment: [install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Internal error in the plugin manager getting plugin
> 'org.apache.maven.plugins:maven-install-plugin': Failed to
> create plugin container for plug
> in 'org.apache.maven.model.Plugin@1be2893': Error
> configuring components
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Sun Sep 24 11:11:30 JST 2006
> [INFO] Final Memory: 5M/11M
> [INFO]
> ----------------------------------------------------------------------------
>
> BUILD SUCCESSFUL
> Total time: 2 minutes 36 seconds
>
> --------------------------------------
> [10th Anniversary] special auction campaign now!
> http://pr.mail.yahoo.co.jp/auction/
>
>   


Re: Build error while doing a bootstrap build

Posted by Huang <hu...@yahoo.co.jp>.
Yes, it's my bad. The maven installed in my pc is a little
old(2.0)

I replace it with 2.0.4, and the error message I mentioned
in previous mail disapearrs, and comes out with dozens
other error messages.

Some one point out in dev@geronimo list that the trunk is
changed such a lot, that it is not in state 
of being compiled with bootstrap command.

I'll look into it ...

--- Vamsavardhana Reddy <c1...@gmail.com> wrote:

> You need Maven 2.0.4 .
> 
> Vamsi
> 
> On 9/24/06, Huang <hu...@yahoo.co.jp> wrote:
> >
> > I'm quiet sure my maven version is 2.0+
> >
> > ==================
> > C:\maven>mvn -version
> > Maven version: 2.0
> >
> > C:\maven>set |find "MAVEN"
> >
> > C:\maven>set |find "maven"
> >
> >
>
Path=c:\ant\bin;c:\ruby\bin;C:\bea\jdk142_04\bin;C:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> > Files\PC-Doctor for W
> > indows\services;C:\Program
> > Files\QuickTime\QTSystem\;C:\Program
> Files\MySQL\MySQL
> > Server 4.1\bin;C:\Program Files\Subversion\bin
> > ==================
> >
> >
> > --- Jacek Laskowski <ja...@laskowski.net.pl>
> wrote:
> >
> > > On 9/24/06, 黄 永紅 <hu...@yahoo.co.jp> wrote:
> > > > Hello,
> > > >
> > > > I'm new to Geronimo.
> > > > I want to build Geronimo from svn trunk , but
> it
> > > shows me
> > > > a BUILD ERROR.
> > >
> > > It looks you've been using M1 to build Geronimo
> > > which is no longer
> > > supported and doesn't work as you experienced.
> See
> > >
> >
>
http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
> > > for more information (when you come across an
> > > inconsistency or
> > > anything that's not well described let it be
> known
> > > or better yet
> > > update it yourself)
> > >
> > > Jacek
> > >
> > > --
> > > Jacek Laskowski
> > > http://www.laskowski.net.pl
> > >
> >
> >
> > --------------------------------------
> > [10th Anniversary] special auction campaign now!
> > http://pr.mail.yahoo.co.jp/auction/
> >
> 


========================================================
ノノノノノノ     0 9 0 - 5 3 9 4 - 5 3 0 1
ノノノノ_|
ノノ / o      Domanthan@GMAIL.com
ノ     〉    Domanthan@hotmail.com
 /   _
http://www.orkut.com/Home.aspx?xid=18274385392891506909

--------------------------------------
[旅行券10万円分プレゼント!] くわしくは≪未来携帯ラボ≫で!
http://c.p-advg.com/adpCnt/r?mid=604450&lid=1

Re: Build error while doing a bootstrap build

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
You need Maven 2.0.4 .

Vamsi

On 9/24/06, Huang <hu...@yahoo.co.jp> wrote:
>
> I'm quiet sure my maven version is 2.0+
>
> ==================
> C:\maven>mvn -version
> Maven version: 2.0
>
> C:\maven>set |find "MAVEN"
>
> C:\maven>set |find "maven"
>
> Path=c:\ant\bin;c:\ruby\bin;C:\bea\jdk142_04\bin;C:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\PC-Doctor for W
> indows\services;C:\Program
> Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL
> Server 4.1\bin;C:\Program Files\Subversion\bin
> ==================
>
>
> --- Jacek Laskowski <ja...@laskowski.net.pl> wrote:
>
> > On 9/24/06, 黄 永紅 <hu...@yahoo.co.jp> wrote:
> > > Hello,
> > >
> > > I'm new to Geronimo.
> > > I want to build Geronimo from svn trunk , but it
> > shows me
> > > a BUILD ERROR.
> >
> > It looks you've been using M1 to build Geronimo
> > which is no longer
> > supported and doesn't work as you experienced. See
> >
> http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
> > for more information (when you come across an
> > inconsistency or
> > anything that's not well described let it be known
> > or better yet
> > update it yourself)
> >
> > Jacek
> >
> > --
> > Jacek Laskowski
> > http://www.laskowski.net.pl
> >
>
>
> --------------------------------------
> [10th Anniversary] special auction campaign now!
> http://pr.mail.yahoo.co.jp/auction/
>

Re: Build error while doing a bootstrap build

Posted by Huang <hu...@yahoo.co.jp>.
I'm quiet sure my maven version is 2.0+

================== 
C:\maven>mvn -version
Maven version: 2.0

C:\maven>set |find "MAVEN"

C:\maven>set |find "maven"
Path=c:\ant\bin;c:\ruby\bin;C:\bea\jdk142_04\bin;C:\maven\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\PC-Doctor for W
indows\services;C:\Program
Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL
Server 4.1\bin;C:\Program Files\Subversion\bin
==================


--- Jacek Laskowski <ja...@laskowski.net.pl> wrote:

> On 9/24/06, 黄 永紅 <hu...@yahoo.co.jp> wrote:
> > Hello,
> >
> > I'm new to Geronimo.
> > I want to build Geronimo from svn trunk , but it
> shows me
> > a BUILD ERROR.
> 
> It looks you've been using M1 to build Geronimo
> which is no longer
> supported and doesn't work as you experienced. See
>
http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
> for more information (when you come across an
> inconsistency or
> anything that's not well described let it be known
> or better yet
> update it yourself)
> 
> Jacek
> 
> -- 
> Jacek Laskowski
> http://www.laskowski.net.pl
> 


--------------------------------------
[10th Anniversary] special auction campaign now!
http://pr.mail.yahoo.co.jp/auction/

Re: Build error while doing a bootstrap build

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/24/06, 黄 永紅 <hu...@yahoo.co.jp> wrote:
> Hello,
>
> I'm new to Geronimo.
> I want to build Geronimo from svn trunk , but it shows me
> a BUILD ERROR.

It looks you've been using M1 to build Geronimo which is no longer
supported and doesn't work as you experienced. See
http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
for more information (when you come across an inconsistency or
anything that's not well described let it be known or better yet
update it yourself)

Jacek

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