Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-10 Thread Jesse Glick
Stefan Bodewig wrote: Can you agree with svn revision 802486 of Manifest.java? Looks right to me. - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-08 Thread Stefan Bodewig
On 2009-08-07, Jesse Glick wrote: > Stefan Bodewig wrote: >> It is explicitly mentioned here >> and said policy >> applies to Java 1.3.1 and later, so should be safe for Ant's trunk. > Only if there is a fallback for a non-Sun VM which does not

Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-06 Thread Jesse Glick
Stefan Bodewig wrote: It is explicitly mentioned here and said policy applies to Java 1.3.1 and later, so should be safe for Ant's trunk. Only if there is a fallback for a non-Sun VM which does not implement this property. ---

Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-06 Thread Stefan Bodewig
On 2009-08-06, Jesse Glick wrote: > 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.v

AW: Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-06 Thread Jan.Materne
Also remember that Ant must run on Java 1.3. Jan >-Ursprüngliche Nachricht- >Von: news [mailto:n...@ger.gmane.org] Im Auftrag von Jesse Glick >Gesendet: Donnerstag, 6. August 2009 01:28 >An: dev@ant.apache.org >Betreff: Re: [PATCH] org/apache/tools/ant/taskdefs/Mani

Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-05 Thread Jesse Glick
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.getPr

[PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-04 Thread Gilbert Rebhan
Hi, Env = WinXP, WindowsServer 2003, jdk1.6.0_14, ant171 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 jdk 1.5.0_11, Manifest looks