Tomcat web-based build

Intro

Build is difficult - there are many small steps involved, READMEs that are out of date, dependencies and settings. Scripts that automate it are hard to setup and provide very little customization.

About a year ago we started nightly builds for tomcat. We than started to run tests, build other projects. The whole thing was rewritten 3 times. Gump is a great tool that does the same thing ( in a different way ) - but it has the same problem as most scripts I know: hard to setup, hard to customize.

This project tries to improve the situation in few ways:

Goals