Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 62015 invoked by uid 500); 9 Jul 2001 13:08:27 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 61890 invoked from network); 9 Jul 2001 13:08:22 -0000 Message-ID: <005c01c10877$bafd08c0$45001e0a@finanza.bancaintesa.it> From: "Stefano Mancarella" To: Subject: Adding manifest to a JAR Date: Mon, 9 Jul 2001 15:04:36 +0200 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-MIMETrack: Itemize by SMTP Server on NIN0100G3/Servers/ISS/IT(Release 5.0.4 |June 8, 2000) at 09/07/2001 03:06:38 PM, Serialize by Router on NIN0100G3/Servers/ISS/IT(Release 5.0.4 |June 8, 2000) at 09/07/2001 03:07:09 PM, Serialize complete at 09/07/2001 03:07:09 PM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I have a jar file without any manifest (it's created with a JLINK task). Is there a simple way of adding a manifest to it? At the moment I'm using: which seems too complex to me.