Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 53302 invoked from network); 13 Dec 2001 20:00:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Dec 2001 20:00:18 -0000 Received: (qmail 13402 invoked by uid 97); 13 Dec 2001 20:00:19 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 13386 invoked by uid 97); 13 Dec 2001 20:00:18 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 13375 invoked from network); 13 Dec 2001 20:00:17 -0000 Message-ID: From: "Mallampati, Suresh" To: 'Ant Developers List' Subject: specifying manifest file for Jar Date: Thu, 13 Dec 2001 14:00:14 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, i wanted to specify my own manifest file to a "ejbjar" task. My Manifest file has an entry called "Class-Path". Since its a bit long, Ant is truncating it after certain characters, and adding new lines and spaces. To avoid this, I divided the values, and put it as 3 Class-Path entries. Even this doesnt work. case 1: Class-Path: lib/myJar1 lib/myJar2 lib/myJar3 lib/myJar4 lib/myJar5 lib/myJar6 lib/myJar7 lib/myJar8 lib/myJar9 lib/myJar10 Ant converted this to: Class-Path: lib/myJar1 lib/myJar2 lib/myJar3 lib/myJar4 lib/myJ ar5 lib/myJar6 lib/myJar7 lib/myJar8 lib/myJar9 lib/myJar10 case 2: Class-Path: lib/myJar1 lib/myJar2 lib/myJar3 lib/myJar4 Class-Path: lib/myJar5 lib/myJar6 lib/myJar7 lib/myJar8 Class-Path: lib/myJar9 lib/myJar10 Ant, is may be thinking of them as duplicates and removing the first two entries leaving the third. Is this a bug..and does anyone know about a fix for this. Class-Path: lib/myJar9 lib/myJar10 Pleae let me know if some one knows a fix to this. Thanks -Suresh -- To unsubscribe, e-mail: For additional commands, e-mail: