dev@glassfish.java.net

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

From: Markus Fuchs <Markus.Fuchs_at_Sun.COM>
Date: Wed, 02 Nov 2005 19:44:47 -0800

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.

build configure-runtime


should be called in this order.

HTH,

-- markus.