I think that Maven generates an ant build.xml and Gump relies on this
build.xml. It maybe that this is out of date knowledge though.

Hen

On Wed, 13 Aug 2003, khote wrote:

> http://jakarta.apache.org/gump/
>
> Is this something that gump was designed to handle, how does gump do it?
>
> ----- Original Message -----
> From: "Brett Porter" <[EMAIL PROTECTED]>
> To: "'Maven Users List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 13, 2003 4:49 PM
> Subject: RE: Maven Return Codes in a Continuous Integration environment
>
>
> > Cruise control's maven integration works fine for test and build failures.
> > I'm not sure that it is using exit codes though - it is probably just
> > grepping for "BUILD FAILED" at the end. Can't say for certain - haven't
> > really checked.
> >
> > - Brett
> >
> > > -----Original Message-----
> > > From: Henri Yandell [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, 14 August 2003 9:47 AM
> > > To: Maven Users List
> > > Subject: Re: Maven Return Codes in a Continuous Integration
> > > environment
> > >
> > >
> > >
> > > I've not been using Anthill, but am doing continuous
> > > integration with nightly build scripts [assuming that nightly
> > > counts as continuous].
> > >
> > > I've considered an error to be the failure to produce an
> > > output. So if no *ar is created as a part of the build, the
> > > build failed, and if a docs/ was not made as a part of 'maven
> > > site', then the site build failed.
> > >
> > > It would be nice if Maven would set up some nice error codes
> > > for different failure reasons.
> > >
> > > 1 = DEPENDENCIES FAIL [if it exits here]
> > > 2 = SRC WON'T COMPILE
> > > 3 = TEST SRC WON'T COMPILE
> > > 4 = TESTS FAIL
> > >
> > > etc etc.
> > >
> > > The cludgy success-test might not work for you, but has
> > > managed to hang together enough for my needs.
> > >
> > > Hen
> > >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to