RE: How to control the version number using ANT

2006-07-04 Thread Subramani Muniyandi - TLS , Chennai
hi gilbert, thanks for your suggestion, i will verify that first. regards, subbu. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:55 PM To: Ant Users List Subject: RE: How to control the version number using ANT Hi, Subbu i

RE: How to control the version number using ANT

2006-07-04 Thread Rebhan, Gilbert
) Regards, Gilbert -Original Message- From: Subramani Muniyandi - TLS , Chennai [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 9:41 AM To: Ant Users List Subject: RE: How to control the version number using ANT hi, while i'm going to build in Netbeans 5.0 using ANT as a build To

RE: How to control the version number using ANT

2006-07-04 Thread Subramani Muniyandi - TLS , Chennai
2:56 PM To: Ant Users List; [EMAIL PROTECTED] Subject: RE: How to control the version number using ANT Hi, either use the builtin ant task see Ant Manual CoreTasks / BuildNumber or http://ant.ryangrier.com/ or maybe http://jreleaseinfo.sourceforge.net/overview_e.html or go with antcontrib&#

RE: How to control the version number using ANT

2006-07-04 Thread Rebhan, Gilbert
Hi, either use the builtin ant task see Ant Manual CoreTasks / BuildNumber or http://ant.ryangrier.com/ or maybe http://jreleaseinfo.sourceforge.net/overview_e.html or go with antcontrib's math task http://ant-contrib.sourceforge.net/ or use a script solution with javascript / beanshell / g