Hi all, I use Ant for a nightly build system which creates a new directory each time it is run via a cron job using <tstamp/> <property name="path.dlogs" value="${path.logs}/${DSTAMP}"/> <mkdir dir="${path.dlogs}"/> Now, I wanted to archive all log directories except the latest, say 10, entries into a ZIP archive. Does anyone know if this is possible with Ant? Cheers, Ingmar Stein
- Filtering paths into property files Kief Morris
- Re: Filtering paths into property files Jim Cheesman
- Re: Filtering paths into property files Stefan Bodewig
- Re: Rotating log files Ingmar Stein
- Re: Rotating log files Diane Holt
- Re: Rotating log files Ingmar Stein
- Re: Rotating log files Diane Holt
- Re: Rotating log files Glenn McAllister
- Re: Rotating log files Ingmar Stein
- Re: Filtering paths into property files Kief Morris
- Re: Filtering paths into property files Larry V. Streepy, Jr.
- Re: Filtering paths into property files Stefan Bodewig