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=32583>. 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=32583 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-27 04:03 ------- We encountered this also after moveing from an old CVS server to a new one. New CVS versions supply ISO date format, eg from http://jira.public.thoughtworks.org/browse/CC-38 In cvs 1.12.9, the output format of the cvs log command was changed. In particular, the date: line now uses "-" as a date separator instead of "/", and adds a new field ("+0000"). The code at issue is http://cvs.apache.org/viewcvs.cgi/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java?rev=1.29&view=markup class ChangeLogParser { ... /** input format for dates read in from cvs log */ private static final SimpleDateFormat INPUT_DATE = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); ... } -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]