[Incubator] Functionality breakdown of OSGEO
Jody Garnett
jgarnett at refractions.net
Thu Mar 16 06:47:22 EST 2006
Frank Warmerdam wrote:
> Daniel Brookshier wrote:
>> Forgot to add, we support CruiseControl, an automated build/test
>> tool. You have to run it on your end.
>> http://cruisecontrol.sourceforge.net/
>
> Daniel,
>
> I've spent some time on this web site, but I don't any definative
> indication
> of whether it works for languages other than Java. It certainly seems
> Java
> oriented.
CC will checkout your "build file" and then run your build file (aka any
command line).
It is up to your build file to have the targets to grab the rest of the
code from version control and build it.
Often:
- nightly: deletes everything and does a fresh checkout and build, and
product release (docs, packaging, CD image whatever)
- continuous: just does an update and tries to build the programming
artifacts (something that can be run)
I first used CC with C++.make and CVS back before it hit version 1.
Jody
More information about the Incubator
mailing list