antoine 2003/06/15 13:03:03 Modified: . WHATSNEW docs/manual/CoreTasks cvstagdiff.html Log: add a shout of victory against this bug in WHATSNEW and a hint in the doc (bug was that date specs with spaces in them did not work in cvstagdiff) PR: 15995 Revision Changes Path 1.435 +3 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.434 retrieving revision 1.435 diff -u -r1.434 -r1.435 --- WHATSNEW 3 Jun 2003 21:13:54 -0000 1.434 +++ WHATSNEW 15 Jun 2003 20:03:03 -0000 1.435 @@ -146,6 +146,9 @@ * <different> selector can now be nested directly under a fileset Bugzilla Report 20220. +* <cvstagdiff> had a problem with "dd-MM-yy hh:mm:ss" formats + Bugzilla Report 15995. + Other changes: -------------- * Six new Clearcase tasks added. 1.7 +4 -2 ant/docs/manual/CoreTasks/cvstagdiff.html Index: cvstagdiff.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvstagdiff.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cvstagdiff.html 22 Apr 2003 15:31:03 -0000 1.6 +++ cvstagdiff.html 15 Jun 2003 20:03:03 -0000 1.7 @@ -27,7 +27,8 @@ <tr> <td valign="top">startDate</td> <td valign="top">The earliest date from which diffs are to be - included in the report.</td> + included in the report.<br/> + accepts all formats accepted by the cvs command for -D date_spec arguments</td> </tr> <tr> <td valign="top">endTag</td> @@ -38,7 +39,8 @@ <tr> <td valign="top">endDate</td> <td valign="top">The latest date from which diffs are to be - included in the report.</td> + included in the report.<br/> + accepts all formats accepted by the cvs command for -D date_spec arguments</td> </tr> <tr> <td valign="top">destfile</td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]