When undertaking nightly builds we have found the need for a build number. And we also wanted this to live in a java propery file so that ANT could make use of it during the build.
Below is a simple task that increments a numeric property in a java property file.
This does seem like a perfect task that could be defined using a script, such as a JavaScript that uses a Properties object, reads a properties file, increments a value, and then writes it back out in a file.
Let's make script tasks a priority.
- Patrick --
// Patrick C. Beard // Java Runtime Enthusiast -- "Will invoke interfaces for food." // mailto:[EMAIL PROTECTED]
