dev@glassfish.java.net

Building BETA2 branch

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 03 Apr 2007 14:17:36 -0700

Hi,
I want to know if there is a bug in building the beta2 branch, or this
is something not support.
Since i only want to make a simple change in the admin gui code, i only
want to get the admin-gui module. This is what i did:

mkdir as91.Beta2
cd as91.Beta2; cvs co -rSJSAS91_BETA2_BRANCH glassfish/bootstrap
cd glassfish/bootstrap
maven checkout -Dmodules=admin-gui bootstrap

I see that i am getting the jars which is from the Trunk.
Specifically,
publish/glassfish/lib/install/application/admingui/adminGUI_war/WEB-INF/lib/jsftemplating.jar

Because this jsftemplating.jar in the Trunk is a newer version than the
one in BETA2 branch, i can tell right away that this isn't the correct
jar for BETA2.

So, is the steps above supported for building BETA2 branch ? Or we
have to checkout ALL source code and do bootstrap-all ?

thanks
Anissa