dev@glassfish.java.net

how to update my Glassfish build

From: Mark Hansen <mark_at_javector.com>
Date: Mon, 05 Dec 2005 13:11:26 -0500

I built Glassfish from source using the boostrap method. That is, I
checke out glassfish/bootstrap. Then I ran:
maven checkout bootstrap build configure-runtime

Now, I want to update with the latest changes. What is the best way to
do that? Should I just re-run:
maven checkout bootstrap build configure-runtime ??

Or should I use CVS and do a "cvs update" of the entire Glassfish tree
and then do a "maven build"?

Thanks,

Mark