We're looking to attach a buildnumber to our current build process. Only test and production builds will need to have the buildnumber incremented. I've noticed the buildnumber task in ant and am curious how others are using this task?
Working from the head, it would seem fairly simple: - update the sources from cvs, - bump the version number, - build the archive (war, jar, ear, whatever), - checkin the updated buildnumber file to cvs. golden. Now, suppose I branch the project to create REL_4_1. Development is still occuring in the head, but REL_4_1 is gearing towards production. The version number would get bumped in this branch, and not reflected back into the head. Is there a way to do the CVS merging from the ant checkin? Any thoughts/ideas/practices would be most helpfull. ~mark now --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]