Hello, I am new to nant and I am trying to add versioning to my build.
I am working on a very large web based project. I tried using the version
task from Nant.Contrib. It increments the value in the build.number file just
fine. What I want to do is to be able to read that file and get the version
number from the build.number file and append it to my build.dir. for example build/${project.name}-${project.version}. Thanks, -M |