Re: extracting project revision number

2005-04-29 Thread Andre Charbonneau
${version} Here we use propertyregex task[2] from ant-contrib[1]. HTH Ivan [1]http://ant-contrib.sourceforge.net/ [2]http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html --- Andre Charbonneau <[EMAIL PROTECTED]> wrote: Hi, I would like to extract the Subversion build number o

extracting project revision number

2005-04-29 Thread Andre Charbonneau
Hi, I would like to extract the Subversion build number of my project and use this to name my release files (tar.gz). What I thought of doing is to put a Subversion tag in my build.properties file. Something like the following: build.revision="$Rev: 24 $" That way, the build number will be in