on 2000/06/18 19:30, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > ok, here's a first attempt to add events to Ant. The basic idea is to keep > the core build engine "clean" and free of any presentation logic, and to > make it easier to extend Ant with other features without cluttering up the > core. To do this, I've defined a BuildListener interface and added an > "addBuildListener" method to Project that can be used to register listener > objects. Listeners could be implemented to generate reports, send out > emails when the build is complete, create a bill of materials, etc...
Looks pretty good. +1 Can we move the default logging (the un-xml'd stream that goes to system.out) to this when you get this in? .duncan
