embed version number using javac
843810Apr 10 2008 — edited Apr 16 2008Hi,
I would like the ability to embed a version number into a class in a similar way to using -D defines in C compilation. I have written an class that generates another class called version with the version number and reason for compilation but I wondered if there is a way to do it using javac or anything else.
thanks