|
| cc:
|
| bcc:
> -Original Message-
> From: David TROGDON [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 12, 2005 11:17 AM
> To: user@ant.apache.org
> Subject: ANT CVS and log
>
> Which is obviously a bit messy and ANT does not seem to like
> the <= or >=
>
Here is one for you gurus.
The CVS command line syntax (in Windows XP) that works is:
C:\eclipse\workspace>cvs log -N -d"11 Aug 2005 <= 25 Aug 2005";"25 Aug 2005
>= 11 Aug 2005" ProjectName > c:\ProjectName.txt
In an attempt to translate this into an ANT script with a few variables to
ease va