----- Original Message -----
From: "Weimer, Eric - Software Architects" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 7:13 PM
Subject: VSS Label with auto version numbering


> I was wondering if there is any way to label in MS Visual Sourcesafe
> evertime I run my ant build file and increment the version number on my
new
> build for distribution. For instance, 1.1 becomes 1.2 and so on... I am
very
> new to ant and need to attempt something like this.
>

You can use the propertyfile-task to store and increment a property from
which you can build a label which you can then use to label your build.

Some of the components may required that you get a "nightly build" of ant
(not sure at the moment when propertyFile was included).

Nico


Reply via email to