RE: Ant task for auto gen. release.txt form src-files!

2007-12-14 Thread Anderson, Rob (Global Trade)
I would recommend getting this information from your source control system, if possible. If you are using CVS, you could use the cvschangelog task. For ClearCase there is a task in the clearantlib package that will do the same thing. For other source control systems you may have to get creative wit

Re: Ant task for auto gen. release.txt form src-files!

2007-12-07 Thread Chuck Holzwarth
Look at the concat task with the options. Thank you, Chuck Holzwarth - Original Message From: donus <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Friday, December 7, 2007 2:05:23 AM Subject: Ant task for auto gen. release.txt form src-files! Hi All, I've one question to ant us