DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12334>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12334 REQUEST: Ant task doesn't allow attachment of a build listener Summary: REQUEST: Ant task doesn't allow attachment of a build listener Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would seem to make sense to allow a build listener to be attached to an Ant task. For example, I may wish to deal with build results differently in sub-builds as opposed to the main build. <ant antfile="subproject/subbuild.xml" dir="subproject" target="compile" listener="org.apache.tools.ant.listener.Log4jListener"/> This feature is not in Ant 1.5, as far as I can tell. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
