Gilbert Rebhan wrote:
after switching from Sun jdk 1.5.0_11 to jdk 1.6.0_14 i noticed that property java.vm.version has changed, so the Manifest class should use java.runtime.version for the value of Created-By entry in MANIFEST.MF
However java.vm.version is guaranteed to be set by System.getProperties() Javadoc, whereas java.runtime.version is not mentioned. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org