Re: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Brass Tilde
NAntContrib (nantcontrib.sf.net) has the task. We use it to increment the build numbers in our builds and then check the build.number file into the source repository (SVN). FWIW, we use CruiseControl.NET to do our nightly builds, and it has the capability to keep track of version numbers, and

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
: [NAnt-users] Automatically updating build number on nightly builds NAntContrib (nantcontrib.sf.net) has the task. We use it to increment the build numbers in our builds and then check the build.number file into the source repository (SVN

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Bill Arnette
NAntContrib (nantcontrib.sf.net) has the task. We use it to increment the build numbers in our builds and then check the build.number file into the source repository (SVN). --- This

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
uses the common.build -Original Message- From: Tim Mayert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 11:49 AM To: Kedziora, Rebecca Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Automatically updating build number on nightly builds Thanks Rebecca, Does

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Tim Mayert
:[EMAIL PROTECTED] Sent: December 15, 2005 9:18 AM To: Tim Mayert Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Automatically updating build number on nightly builds Hello, We keep our version number in a file. I use the common.build for all projects which they include. You

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
15, 2005 8:42 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Automatically updating build number on nightly builds We are just looking at implementing our major builds in NAnt for nightly builds and would like to know if there are simple function(s) that will automatically update our

[NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Tim Mayert
We are just looking at implementing our major builds in NAnt for nightly builds and would like to know if there are simple function(s) that will automatically update our build number for each build. At the moment we have the build number set in our project ProjectProperties.xml file, shown below,