RE: [Nant-users] Auto incrementing build numbers

2004-10-18 Thread christian . duhard
            To:        "Tim Mavers" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>         cc:                 Subject:        RE: [Nant-users] Auto incrementing build numbers  NAnt-contrib has a task which does what you are after: http://nantcontrib.sourceforge.net/help/tasks/version.htm

RE: [Nant-users] Auto incrementing build numbers

2004-08-04 Thread Troy Laurin
: [EMAIL PROTECTED] > Subject: [Nant-users] Auto incrementing build numbers > > Is there a way for nant to create (and keep track of) build > numbers? I have created special targets that build specific > releases of our code which needs to be labeled. I would like > to be able to

RE: [Nant-users] Auto incrementing build numbers

2004-08-04 Thread Thibaut Barrère
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Mavers Sent: mercredi 4 août 2004 16:56 To: [EMAIL PROTECTED] Subject: [Nant-users] Auto incrementing build numbers Is there a way for nant to create (and keep track of) build numbers? I have created special targets that bu

[Nant-users] Auto incrementing build numbers

2004-08-04 Thread Tim Mavers
Is there a way for nant to create (and keep track of) build numbers? I have created special targets that build specific releases of our code which needs to be labeled. I would like to be able to simply increment a build number and use that through the nant xml build file. I checked Ant, and i