> I need to generate the build number to tag the projects. I am > not able to use <ant:buildnumber. I want to have the build > number in a property file, retrieve it, increment it and write > it back to the property file. Does maven have any jelly tags > which can be used for this?
I am curious why you need to do this. Doesn't buildnumber set a property (build.number) for you? Why not just use it? If you really need to mess with properties file, the PropertyFile optional task(http://ant.apache.org/manual/OptionalTasks/propertyfile.html) may help you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
