dev@glassfish.java.net

Re: Mac OS X Build failure (third day in a row)

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 02 Nov 2005 21:38:29 -0800

Markus Fuchs wrote:

> Hi Ed,
>
> >Also, I have conflicting information on the proper sequence of maven
> >goals. Markus says:
> >
> >maven clobber checkout bootstrap-all clean build
> >
> >But Dinesh says:
> >
> >maven bootstrap-all checkout build configure-runtime
> >
> >Who is right?
> >
> >
> It depends on your goal:
>
> clobber: removes ${glassfish-root}/publish
> clean: cleans modules' workspace under ${glassfish-root}/glassfish/XXX
> configure-runtime: configures the appserv under ${glassfish-root}/publish
>
> If you're building in an existing workspace, clobber and clean are
> recommended. The order for
>
> clobber checkout bootstrap-all clean
>
> doesn't matter as long these goals are before build.

Actually it does matter and I learned it the hard way: clobber removes
ant jars, so you can't do clean until bootstrap-all :(

thanks,
-marina


>
>
> build configure-runtime
>
> should be called in this order.
>
> HTH,
>
> -- markus.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net