If we can succeed in making it part of the Ant optional tasks, that would be great I think ....
----- Original Message -----
Sent: Sunday, April 29, 2001 2:35 PM
Subject: Re: Modified ChangeLog Ant custom task

Thanks. I'm still working on the task. I've added a check to verify that internet connection is on before executing the cvs log command and I'm planning to add/verify support for several commits for a single file (it does not seem to be correctly handled). I'll also add support for tag/branches soon.
 
I'll post the revised task here when finished. If you want to track the progress you can check the CVS at :
 
 
thanks
Vincent.
----- Original Message -----
Sent: Sunday, April 29, 2001 1:15 PM
Subject: Re: Modified ChangeLog Ant custom task

Nice one, the date things was something I intended to do anyway as the log for every entry in a projects life can be a bit excessive. I'll try and commit this within the next day or so.
-----Original Message-----
From: Vincent Massol <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 28 April 2001 19:43
Subject: Re: Modified ChangeLog Ant custom task

My favorite trick ... I forgot to attach it ... So here it is (hopefully) :)
----- Original Message -----
Sent: Saturday, April 28, 2001 3:35 PM
Subject: Modified ChangeLog Ant custom task

Hi,
 
For the Cactus project, I wanted to have a page on the web site that would list all the recently modified pages so that a user could at a glance see the modified pages without having to manually check them all ...  (you can check the result at http://jakarta.apache.org/commons/cactus/changes.html)
 
I used the Alexandria ChangeLog Ant task as a base and modified it. I have added the following to it :
- possibility to specify the list of files for which to generate change logs using a fileset,
- possibility to specify a date before which changes are ignored,
 
In case, this revised task can be of any use, I submit it in this email.
 
Note: I'll probably add support for branches soon.
 
Thanks.
Vincent Massol.
 

Reply via email to