dev@glassfish.java.net

Re: [Fwd: GlassFish build failure]

From: Byron Nevins <Byron.Nevins_at_Sun.COM>
Date: Tue, 03 Apr 2007 18:01:18 -0700

I do the following. It works almost everytime and only takes 0.5 hour
-- and that's across the Internet...

rm -rf glassfish
cvs co glassfish/bootstrap
cd glassfish/bootstrap
maven checkout bootstrap-all build configure-cluster


Bill Shannon wrote:

> Anissa Lam wrote:
>
>> If you are doing 'bootstrap-all', it should have worked. Have you
>
>
> It didn't. Want to debug it?
>
>> update glassfish/bootstrap directory itself BEFORE doing
>> bootstrap-all.
>> Remember, if you do 'cd glassfish/bootstrap; maven checkout
>> bootstrap-all build configure-runtime', the bootstrap directory
>> will NOT be updated, and thus you will still be building with the
>> OLD version of staged jar.
>
>
> Here's what I do:
>
> cd glassfish/bootstrap
> maven clean
> rm -rf ../../publish/*
> maven checkout bootstrap-all build
>
> If that's not what I'm supposed to be doing to get a clean build
> every time, what *should* I be doing? Do I need to do a "cvs update"
> as the second step? I would've thought "maven checkout" would do that.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>