show/hide this revision's text 2 added 148 characters in body

AFAIK there is not a way to do this with javac. This can easily be done with ant -- I would create a first class object called BuildTimestamp.java and generate that file at compile time via an ant target.

Here's an ant task that will be helpful:

show/hide this revision's text 1

AFAIK there is not a way to do this with javac. This can easily be done with ant -- I would create a first class object called BuildTimestamp.java and generate that file at compile time via an ant target.