users@glassfish.java.net

Re: How can I checkout the source that directly matches V2 UR2 Final Build

From: Sahoo <sahoo_at_sun.com>
Date: Tue, 05 Aug 2008 00:48:30 +0530

One step is missing, IMO. Because of the way RE maintains
bootstrap/project.proprties, one has to set the correct the CVS tag name
in glassfish/bootstrap/project.properties file before performing "maven
checkout". The variable name is *glassfish.cvstag* and the value should
be set to one of the values Anissa pointed out.

Thanks,
Sahoo
glassfish_at_javadesktop.org wrote:
> The official, complete instruction can be found at http://wiki.glassfish.java.net/Wiki.jsp?page=BuildInformation
>
> Here is a summary for checkout and building GlassFish V2
>
> %setenv CVSROOT :pserver:<user-id>@cvs.dev.java.net:/cvs
> %mkdir GFv2
> %cd GFv2
> %cvs co glassfish/bootstrap -r TAG-NAME
> %cd glassfish/bootstrap
> %maven checkout bootstrap-all build configure-runtime (this will checkout all the source code and build everything).
>
> Here is the TAG-NAME for recent release
> GlassFish V2 FCS (SJSAS 9.1 FCS release) : SJSAS-9_1-B58G-FCS-08_Sept_2007
> GlassFish V2 UR1 (SJSAS 9.1_01 release) : SJSAS-9_1_01-B09D-06_Dec_2007
> GlassFish V2 UR2 (SJSAS 9.1_02 release) : SJSAS-9_1_02-B04-11_Apr_2008
>
> hope this help
> Anissa
> [Message sent by forum member 'anilam' (anilam)]
>
> http://forums.java.net/jive/thread.jspa?messageID=291408
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>