Yes, the property file task does a kind of prepare the next build-number (to
be used for the next build - not the current.
Regards
Thomas Christen
> I noticed that the build number value that is incremented and stored in
> the property file (build.${os.name}.${name}.properties") isn't used
> during the currently running ant build. The newly incremented value is
> not used until the next build when it is read from the property file
> with "<property file="build.${os.name}.${name}.properties"/> during the
> subsequent Ant invocation. Can you confirm this behavior?