dev@glassfish.java.net

Re: Problem building GlassFIsh

From: Dinesh Patil <Dinesh.Patil_at_Sun.COM>
Date: Tue, 27 Feb 2007 14:25:35 -0800

Ken Cavanaugh wrote:

> Every time I try to build the current GlassFish, I use
> the usual sequence:
>
> cvs co glassfish/bootstrap
> cd glassfish/bootstrap
> maven bootstrap-all build configure-runtime

The goal : "checkout" is missing in your above step, if you do
"bootstrap-all" then "checkout" all the modules is required..
otherwise you can use "bootstrap" for few modules to build.
thanks
Dinesh

>
> and this fails with the error:
>
> build:end:
>
> [echo] ------------------------------
> [echo] - Building GlassFish EE modules -
> [echo] ------------------------------
> [echo] Resolving admin-ee binary dependency
> Starting the reactor...
>
> BUILD FAILED
> File...... /space/ws/gfwork/glassfish/bootstrap/maven.xml
> Element... maven:reactor
> Line...... 123
> Column.... 35
> basedir
> /space/ws/gfwork/glassfish/bootstrap/../../glassfish/bootstrap/../admin-
> ee does not exist
>
> Am I now supposed to do something to get the admin-ee module?
> What am I missing: I don't see anything about this at
>
> http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=BuildInformation
>
> which is where the build instruction have always been.
>
> Thanks,
>
> Ken.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>