Automaticly build stamp
Anyone knows a plugin, possibility, suggestion how to insert a build stamp automaticly into a java field at every compiler run. Perhaps with support of a time oriented string. Even if only one file of the whole project has changed.
I already use CVS tags, but I don't want to commit every compilation.
Thanks for any help
Thomas
请先登录再写评论。
You could use a pre-build or post-build Ant task to do this.