- Last edited November 22, 2002 |
www.urbancode.com/projects/anthill/default.jsp
Controlled Build Server:
* means to track every build * ability to recover and reproduce any build * hands-off operationPlatform for sharing knowledge about software assets:
* central location for project websites including documentation, javadocs, project downloads, etc. * automatic email notification of build status to interested partiesProcess automation tool:
* automates the build process (NightlyBuilds?) * can run unit tests with every build * generates source code metrics with every build * etc.eXtreme Programming tool:
* implements ContinuousIntegration * runs unit tests with every buildTool for code reuse:
* supports dependencies between projects * implements ReuseReleaseEquivalencePrinciple
- Last edited November 22, 2002 |