costin 2003/01/07 20:35:22
[...]
+import org.apache.tools.ant.*;
Our conventions are to expand out all imports, rather than using .*
+public class CommonsLoggingListener implements BuildListener, BuildLogger {
This could be shortened to a single implement of BuildLogger, since that in turn implements BuildListener, FYI.
Glad to see this listener/logger getting some interest!
Erik
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
