You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Steve Viens <sv...@attbi.com> on 2003/08/08 07:17:04 UTC

[juddi-Developers] What's up with GUMP? Haven't seen a GUMP msg in a few days.

 

Re: [juddi-Developers] What's up with GUMP? Haven't seen a GUMP msg in a few days.

Posted by Anou Manavalan <am...@sybase.com>.
MessageNo news is good news. Gump sends the nag email only if it is not successful in building the project.

-Anou
  ----- Original Message ----- 
  From: Steve Viens 
  To: juddi-developers@lists.sourceforge.net 
  Sent: Friday, August 08, 2003 6:15 AM
  Subject: [juddi-Developers] What's up with GUMP? Haven't seen a GUMP msg in a few days. <eom>



RE: [juddi-Developers] What's up with GUMP? Haven't seen a GUMP msg in a few days.

Posted by Adam Jack <aj...@trysybase.com>.
MessageYou only get mails when a build fails, so it could be building just
fine (it was for a while) and you'd get no message. That said, if a
dependency breaks, then you don't get built & don't get nagged (i.e. not
yours to fix). This is all part of gump, it is the process by which things
break, get fixed, and changes "ripple up the usage stack". Right now it is
the latter.

    http://cvs.apache.org/builds/gump/latest/juddi.html

Right now xml-axis isn't happy: (Somebody has been doing some
re-configurations and broke some builds).

    http://cvs.apache.org/builds/gump/latest/xml-axis.html

BTW: I think it is time to create a test project juddi-test on gump that
runs your standalone unit test. All you really needs is something along the
lines of:

    <project name="juddi-test" ..

        <depend name="juddi" inherit="all" />
        <depend name="junit" />

        <ant target="test" />

w/ a few of the others. Might as well submit it now, while things take their
time to settle down.

regards

Adam
  -----Original Message-----
  From: juddi-developers-admin@lists.sourceforge.net
[mailto:juddi-developers-admin@lists.sourceforge.net]On Behalf Of Steve
Viens
  Sent: Friday, August 08, 2003 6:16 AM
  To: juddi-developers@lists.sourceforge.net
  Subject: [juddi-Developers] What's up with GUMP? Haven't seen a GUMP msg
in a few days. <eom>