Re: Zero-Padding an Int Ant Property

2006-08-25 Thread Ryan Sawatzky
o load the generated property file after having used so should do the job. Regards, Antoine Original-Nachricht Datum: Thu, 24 Aug 2006 14:39:32 -0500 Von: Ryan Sawatzky <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Zero-Padding an Int Ant Property

Re: Zero-Padding an Int Ant Property

2006-08-24 Thread Antoine Levy-Lambert
, Antoine Original-Nachricht Datum: Thu, 24 Aug 2006 14:39:32 -0500 Von: Ryan Sawatzky <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Zero-Padding an Int Ant Property > Hello all, > > I have an Ant property file that contains a project build number > property. This

Zero-Padding an Int Ant Property

2006-08-24 Thread Ryan Sawatzky
Hello all, I have an Ant property file that contains a project build number property. This build number is incremented every time the project is compiled. I distribute my application as a versioned JAR file through Web Start, and I want to append the build number to the name of my JAR file.