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 2004/03/07 23:18:05 UTC

DO NOT REPLY [Bug 27509] New: - new cvschangelog features: revisions given in the comma-separated list

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

new cvschangelog features: revisions given in the comma-separated list

           Summary: new cvschangelog features: revisions given in the comma-
                    separated list
           Product: Ant
           Version: 1.6.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: sien@freemail.hu


I have not found any opportunity to list the cvs-tags according to their names. 
I made such a version of cvschangelog, which includes this modification and two 
other opportunities.
The new variables:
	/** Print information about revisions given in the comma-separated list 
revisions of revisions and ranges.  */
	private String m_revisions;

	/** Print the list of tags for this file  */
	private boolean m_taglist = true;

	/** Suppress the header if no revisions are selected */
	private boolean m_noheader = true;

	/** Print information about revisions whose state attributes match one 
of the states given in the comma-separated list states. */
	private String m_states;

I have not found any opportunities to attach any files. I made the good-working 
version. If you are interested to this changes, please write me how to send.

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