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: 2.1.0 rc 2 fails resolve with private repo using basic auth

2009-08-06 Thread Maarten Coene
Chris, I think I've found the problem and committed a fix in SVN trunk. Could you give it a try and tell me if it worked so we can fix this for the 2.1.0 final release as well? Maarten - Original Message From: Chris Marks To: dev@ant.apache.org Sent: Thursday, August 6, 2009 7:36:

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

2.1.0 rc 2 fails resolve with private repo using basic auth

2009-08-06 Thread Chris Marks
Hi, I have a private Maven repository running JFrog Artifactory that I have been using successfully with 2.1.0 rc1. However, rc2 appears to be failing to resolve dependencies because it can't authenticate against Artifactory. In looking at the documentation for the Ant task, I haven't seen the at

2.1.0 rc 2 fails resolve with private repo using basic auth

2009-08-06 Thread Chris Marks
Hi, I have a private Maven repository running JFrog Artifactory that I have been using successfully with 2.1.0 rc1. However, rc2 appears to be failing to resolve dependencies because it can't authenticate against Artifactory. In looking at the documentation for the Ant task, I haven't seen the at

Re: Ant XML Files precompilation

2009-08-06 Thread Dominique Devienne
On Thu, Aug 6, 2009 at 8:00 AM, Raja Nagendra Kumar wrote: > However, due to imports and multiple times using of task with no > inheritance, time taken per device is more than an minute.. On a one minute build, parsing the build file(s) is likely peanuts compared to the build itself, unless you a

Ant XML Files precompilation

2009-08-06 Thread Raja Nagendra Kumar
Hi, We have a very simple but many xml ant files.. which get imported dynamically and create entire build tasks to make our complex product/tool (this is used by TejaSoft Mobile Applications team to build midlets for 100's of devices). However, due to imports and multiple times using of task wi

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/Manifest > >Gilbert Rebhan