Browse Source

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


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274669 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
348695b35e
2 changed files with 7 additions and 2 deletions
  1. +3
    -0
      WHATSNEW
  2. +4
    -2
      docs/manual/CoreTasks/cvstagdiff.html

+ 3
- 0
WHATSNEW View File

@@ -146,6 +146,9 @@ Fixed bugs:
* <different> selector can now be nested directly under a fileset * <different> selector can now be nested directly under a fileset
Bugzilla Report 20220. Bugzilla Report 20220.


* <cvstagdiff> had a problem with "dd-MM-yy hh:mm:ss" formats
Bugzilla Report 15995.

Other changes: Other changes:
-------------- --------------
* Six new Clearcase tasks added. * Six new Clearcase tasks added.


+ 4
- 2
docs/manual/CoreTasks/cvstagdiff.html View File

@@ -27,7 +27,8 @@ from the command line in the target directory in which you are working.
<tr> <tr>
<td valign="top">startDate</td> <td valign="top">startDate</td>
<td valign="top">The earliest date from which diffs are to be <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>
<tr> <tr>
<td valign="top">endTag</td> <td valign="top">endTag</td>
@@ -38,7 +39,8 @@ from the command line in the target directory in which you are working.
<tr> <tr>
<td valign="top">endDate</td> <td valign="top">endDate</td>
<td valign="top">The latest date from which diffs are to be <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>
<tr> <tr>
<td valign="top">destfile</td> <td valign="top">destfile</td>


Loading…
Cancel
Save