On Thu, 3 Jan 2002, Steve Loughran <[EMAIL PROTECTED]> wrote: > well, <propertyfile> lets you increment an entry in a file, so > buildnums are done already
Having unique buildnums in a distributed development environment involves a little more than incrementing a number in a single local property file - my home brewed task simply performs a CVS update followed by the increment, followed by a CVS commit. This still has a race condition, but our team is small enough (and not too distributed) so that we can live with it. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
