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 2003/01/30 21:54:54 UTC

DO NOT REPLY [Bug 16618] New: - CallTarget handleOutput and handleErrorOutput should be public

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=16618>.
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=16618

CallTarget handleOutput and handleErrorOutput should be public

           Summary: CallTarget handleOutput and handleErrorOutput should be
                    public
           Product: Ant
           Version: 1.5.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: apache.org@jmeagher.net


The CallTarget uses a technique to route the calls to handleOutput and
handleErrorOutput to the appropriate task by utilizing protected versions of the
handle... methods.  There's a bug in the ant-contrib project (link below) that
shows the need for public access to those methods.  

ant-contrib bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=677097&group_id=36177&atid=416920

---------------------------------------------------------------------
To unsubscribe, e-mail: ant-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ant-dev-help@jakarta.apache.org