Hi, > ant -Dbuild.number={svn-rev-that-triggered-build} release (or whatever > target you are using)
I'm not currently making a release with the build just a standard "ant main". I had planed to put that in another project but the windows machine is currently out of disk space. It's been looked into. Jenkins I beliebe sets an environment variable called SVN_REVISION that contains the latest svn revision number we can pass that on the command line and/or modify the ant scripts to pick it up. Thanks, Justin