You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/09/05 17:11:17 UTC

DO NOT REPLY [Bug 12334] New: - REQUEST: Ant task doesn't allow attachment of a build listener

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: ant-dev@jakarta.apache.org
        ReportedBy: tom_halliley@compuware.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>