You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Steve Loughran <st...@apache.org> on 2006/04/11 16:45:26 UTC

Re: Nightly builds

Jochen Wiedmann wrote:
> Hi,
> 
> what is the proposed way of providing nightly builds for ws projects?
> 

Ant and Maven1 projects can and should be on Gump; go to gump.apache.org 
to see how. Anyone with commit rights to any apache project has commit 
rights to their repository, so you can edit your own descriptor.

I say 'should' be on gump because it lets any project that depends on 
you also build on gump, in one big nightly build of everything that is 
open source java. Its the best way of regression testing your libraries, 
the best way of regression testing your clients,

-steve