Sunday, 13 January 2008
Guilder: a Build System with Groove Part II
This Sunday because of some lousy Football teams I had a chance to look a little bit deeper into the Guilder project. Beside the overall project goals I also wanted to accomplish two other goals:
- Writing the core and the plugins in Groovy
- Building the project with the project itself meaning to bootstrap the project with itself
That means I need a Groovyc and Jar plugin in order to compile and create the project archive. To create the archive I didn't see much of a problem but with the Groovy Compiler I wasn't so sure therefore I tackled it first.
keep on reading herePosted by at 10:53 PM in Java
