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=24569>. 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=24569 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.6.2 |1.6.5 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-10 00:57 ------- Here's the verbose output of the ant run: <pre> changeLog: [echo] Creating XML changelog file - "cvslog_temp.xml" [cvschangelog] log [cvschangelog] Executing 'cvs' with arguments: [cvschangelog] 'log' [cvschangelog] '-d' [cvschangelog] '>=2005-05-10' [cvschangelog] [cvschangelog] The ' characters around the executable and arguments are [cvschangelog] not part of the command. [cvschangelog] cvs log: Logging . </pre> You might be missing the point. The date that I pass into the cvschangelog is getting parsed ok, it's the output xml that get generated that's wrong. I'm also changing the version number to 1.6.5 which is what I just used and got the same error. (I had to slightly modify this ANT build to make it work on our system to get around the parseDate problem noted in my last post.) Here's the cvschangelog task output with version 1.6.5 (hope this format shows better in bugzilla) This is the good one: <file> <name><![CDATA[Loan1.pas]]></name> <revision>1.21</revision> <prevrevision>1.20</prevrevision> </file> This is the bad one: <file> <name><![CDATA[DataCaddy.pas]]></name> <revision>1.3</revision> </file> -- 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]