Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56633 invoked from network); 6 May 2006 18:07:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2006 18:07:18 -0000 Received: (qmail 61532 invoked by uid 500); 6 May 2006 18:07:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61463 invoked by uid 500); 6 May 2006 18:07:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 61451 invoked by uid 99); 6 May 2006 18:07:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 11:07:12 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of savithari@gmail.com designates 66.249.82.196 as permitted sender) Received: from [66.249.82.196] (HELO wx-out-0102.google.com) (66.249.82.196) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 May 2006 11:07:10 -0700 Received: by wx-out-0102.google.com with SMTP id i27so274384wxd for ; Sat, 06 May 2006 11:06:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=am8KyHIz9BEFH8NDhpY9PuTa7vVJzAw7mR71IztivpgH3Fh/s++zQbMzQkeTF66CT1TW2UzAWVgh4d8VMuLwJCiDiKUzx2AFRjjZGE+7O6yYWA5SIxJtpbfl2KxII7lMriiTnTCOwNWrSq6+IwE3zx9xoN5fEZgpQw0kAFkN3V8= Received: by 10.70.90.8 with SMTP id n8mr509321wxb; Sat, 06 May 2006 11:06:48 -0700 (PDT) Received: by 10.70.66.7 with HTTP; Sat, 6 May 2006 11:06:48 -0700 (PDT) Message-ID: Date: Sat, 6 May 2006 14:06:48 -0400 From: "Narahari 'n' Savitha" To: user@ant.apache.org Subject: manifest file wrapping with ant jar or manifest task MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_98635_6252013.1146938808606" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_98635_6252013.1146938808606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Friends my MANIFEST.MF file created by hand is ..... ..... ...... Class-Path: commonscollections3.1.jar commons-lang.jar axis.jar anotherverylong.jar reallycoolfile.jar But when I use either the task or the task with manifest file created, the jar always creates the MANIFEST.MF like this Class-Path: commonscollections3.1.jar commons-lang.jar axis.jar anothe verylong.jar reallycoolfile.jar It breaks the line at 71 chars. I am not sure what is the right solution. Will it always do this or is there a way to preserve the file structure that I created. Is this an ant problem. I have not tried with the regular jar tool. Any ideas would be helpful to keep the handcrafted manifest file to not change inside the jar file. -Narahari ------=_Part_98635_6252013.1146938808606--