DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29476>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29476

CvsChangeLog Task Ignores -q option

           Summary: CvsChangeLog Task Ignores -q option
           Product: Ant
           Version: 1.6.1
          Platform: Sun
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The CvsChageLog task ignores the command line -quiet (-q) option.

---
Actual results are:
$ ${ANT_HOME}/bin/ant -q -f cvs-change-log.xml
[cvschangelog] cvs server: Logging .
[cvschangelog] cvs server: Logging documentation
[cvschangelog] cvs server: Logging java
[cvschangelog] cvs server: Logging lib
[cvschangelog] cvs server: Logging scripts
[cvschangelog] cvs server: Logging xml
[cvschangelog] cvs server: Logging xsl

BUILD SUCCESSFUL
Total time: 1 second
---
Expected results are:
$ ${ANT_HOME}/bin/ant -q -f cvs-change-log.xml

BUILD SUCCESSFUL
Total time: 1 second
---

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

Reply via email to