On Wed, 23 Jul 2003, Vikas Phonsa <[EMAIL PROTECTED]> wrote:

> How can have ant to automatically update the Manifest File every
> time I do a build so that the Manifest file would have the current
> time stamp as the Version Number/Tag of the jars to be created.

Use the <manifest> task, something like

<tstamp/>
<manifest file="..." mode="update">
  <attribute name="Timestamp" value="${TSTAMP}"/>
</manifest>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to