On Tue, 26 Jul 2005, Danny Angus <[EMAIL PROTECTED]> wrote: > It already is, its called ${version}. How do we "make Gump > override..."?
In the Gump descriptor there is an <ant> element, that accepts nested <property> elements. On top of that Gump provides @@DATE@@ which gets replaced with the current timestamp. In your case you'd add <property name="version" value="@@DATE@@"/> as child to <ant> and modify the <jar> element in the Gump descriptor to reflect your change (name="james-server-@@DATE@@.jar" or something similiar). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]