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

Abstract Cvs.java to allow for extensibility.

           Summary: Abstract Cvs.java to allow for extensibility.
           Product: Ant
           Version: 1.4.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am writing a task for CruiseControl that requires custom processing of the 
Process's output stream.  I have moved all the code in Cvs.java to 
AbstractCvsTask.java.  Cvs.java is now just an empty concrete implementation.

In AbstractCvsTask.java, there are new protected accessors for the 
outputStream, errorStream, and executeStreamHandler.  Note that <cvs> task 
retains exactly the same behavior as before.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to