You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Julian M. Savage" <js...@fisci.com> on 2000/09/28 08:30:49 UTC

[PATCH] CVS - patch to redirect output and/or error from CVS

The attached patches Cvs.java and also the documentation for that task.

Description:
Enable redirecting either the output or error or both from a cvs command to a file.

Example usage:
    <target name="diff">
        <cvs command="diff" output="patch.txt"/>
    </target>

Julian.