Sonntag, September 19, 2004

Paper on Pair-Programming

There is a new paper on Pair-Programming online - only in german.

Post bewerten

Donnerstag, September 16, 2004

Managing ANT scripts

In larger Java projects the ANT scripts tend to become complicated and hard to handle. Too often the ANT scripts produce incomplete results or need too much runtime. Eric M. Burke wrote down useful best practices for ANT scripts.
And he wrote a little tool that visualizes the dependencies of ANT targets: AntGraph.

Post bewerten