Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 87370 invoked from network); 12 Nov 2002 23:15:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Nov 2002 23:15:10 -0000 Received: (qmail 10450 invoked by uid 97); 12 Nov 2002 23:15:55 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 10236 invoked by uid 97); 12 Nov 2002 23:15:53 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 10017 invoked by uid 98); 12 Nov 2002 23:15:51 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Server-Uuid: 3789b954-9c4e-11d3-af68-0008c73b0911 Message-ID: From: "Narayanan, Gopalakrishnan" To: "'Ant Users List'" Subject: RE: Generating jars without META-INF Date: Tue, 12 Nov 2002 18:14:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) X-WSS-ID: 11CF54EC59360-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Let me explain this in detail. My build script builds a large web-application with ejbs,servlets and jsp files.The build is invariably run in a Windows machine but the app server machine is Solaris. Before ftping to the app server machine ,I convert these deliverable into one large jar file and then ftp the jar file instead of ftp the directories as such for obvious performance reasons.After ftping , the script telnets into the remote machine and unjars the jar into the appropriate folder. I can use zip but I will not be able to unzip it in the remote machine. I tried tar in Windows machine but untar in the remote machine gives a Checksum Error and it doesnot work. Then I tried jarring , but this introduces the unwanted META-INF directory. Any thoughts? -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] Sent: Tuesday, November 12, 2002 5:53 PM To: Ant Users List Subject: Re: Generating jars without META-INF Narayanan, Gopalakrishnan wrote: > How can I use the jar task to create jar file without the META-INF directory? > That's known as a zip file and you use the task. Conor -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: