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