Hi, I think the new version numbering in build.xml is too complicated and too high maintenance to be worth the small (and at this point purely theoretical) gains. I'd be happy going back to simple version is a string property, without any math or conditionals around it.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 15, 2004 9:06 AM >To: [EMAIL PROTECTED] >Subject: cvs commit: jakarta-tomcat-5 build.xml > >mturk 2004/09/15 06:05:41 > > Modified: . build.xml > Log: > Increment build number. Aynone has idea how to automate this? > > Revision Changes Path > 1.213 +1 -1 jakarta-tomcat-5/build.xml > > Index: build.xml > =================================================================== > RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v > retrieving revision 1.212 > retrieving revision 1.213 > diff -u -r1.212 -r1.213 > --- build.xml 13 Sep 2004 21:06:29 -0000 1.212 > +++ build.xml 15 Sep 2004 13:05:41 -0000 1.213 > @@ -18,7 +18,7 @@ > <!-- When releasing set the 'version.build' to even number > and 'version.isdev' to zero. > --> > - <property name="version.build" value="2" /> > + <property name="version.build" value="3" /> > <property name="version.patch" value="0" /> > <property name="version.isdev" value="1" /> > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]