Re: jar task bug?? It is..

2001-12-21 Thread Conor MacNeill
Mallampati, Suresh wrote: Yup, there were inconsistencies, which were fixed in jdk1.3. Now, there arent any. Really? Read the Notes section of the *1.4* documentation of the Jar File Spec in the link Magesh has provided http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html *

RE: jar task bug?? It is..

2001-12-21 Thread Magesh Umasankar
On Sat, 22 Dec 2001 Mallampati, Suresh wrote : If there are multiple individual sections for the same file entry, the attributes in these sections are merged. If a certain attribute have different values in different sections, the last one is recognized. And how does this relate

Re: jar task bug?? It is..

2001-12-21 Thread Magesh Umasankar
From: Magesh Umasankar [EMAIL PROTECTED] multiple Class-Path attributes in the same section. All other attributes will not be allowed to be repeated. I should have said - If any other attribute is repeated within a section, only the last value of that attribute will be

jar task bug??

2001-12-20 Thread Mallampati, Suresh
Hi, I want to provide a manifest file to the jar task. One of my entries in the manifest file is a bit long. Class-Path: lib/asadfsdfsdfsd.jar lib/rdgdfsghsgsdfgsdfsg.jar lib/asrfdsfasfsdaf.jar The jar task, puts in new line characters and additional spaces to the entry..and this is causing

Re: jar task bug??

2001-12-20 Thread T Master
AM Subject: jar task bug?? Hi, I want to provide a manifest file to the jar task. One of my entries in the manifest file is a bit long. Class-Path: lib/asadfsdfsdfsd.jar lib/rdgdfsghsgsdfgsdfsg.jar lib/asrfdsfasfsdaf.jar The jar task, puts in new line characters and additional spaces

RE: jar task bug??

2001-12-20 Thread Ylan Segal
Hi, I want to provide a manifest file to the jar task. One of my entries in the manifest file is a bit long. Class-Path: lib/asadfsdfsdfsd.jar lib/rdgdfsghsgsdfgsdfsg.jar lib/asrfdsfasfsdaf.jar The jar task, puts in new line characters and additional spaces to the entry..and this is

RE: jar task bug?? It is..

2001-12-20 Thread Mallampati, Suresh
jar file specs Please let me know your comments on this Thanks -Suresh -Original Message- From: Ylan Segal [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 12:40 PM To: Ant Users List Subject: RE: jar task bug?? Hi, I want to provide a manifest file to the jar

RE: jar task bug?? It is..

2001-12-20 Thread Magesh Umasankar
Ant 1.5Alpha has the necessary fix to allow multiple Class-Path attributes to exist in the Manifest file. The Jar Specification and Manifest Specification by Sun are inconsistent. These links will show the inconsistencies: http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html

RE: jar task bug?? It is..

2001-12-20 Thread Mallampati, Suresh
.. Thanks -Suresh -Original Message- From: Magesh Umasankar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1:12 PM To: Ant Users List Subject: RE: jar task bug?? It is.. Ant 1.5Alpha has the necessary fix to allow multiple Class-Path attributes to exist in the Manifest file

RE: jar task bug??

2001-12-20 Thread Donnie Hale
just left it as-is with the funny-looking line(s) in the manifest. FWIW... Donnie -Original Message- From: T Master [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1:34 PM To: Ant Users List Subject: Re: jar task bug?? This has been reported before, and a reply