Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 1693 invoked from network); 13 May 2002 10:29:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 May 2002 10:29:03 -0000 Received: (qmail 27570 invoked by uid 97); 13 May 2002 10:29:13 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 27554 invoked by uid 97); 13 May 2002 10:29:13 -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 27537 invoked by uid 98); 13 May 2002 10:29:12 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <1988808309E4D51195440008C716B67A013A035E@ban05xbindge.jfwtc.ge.com> From: "H, Sugumaran (CORP, GEITC)" To: Ant Developers List Subject: RE: Name attribute in Manifest file Date: Mon, 13 May 2002 16:12:32 +0530 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 Jar snippet.. and the content of Manifest file is Manifest-Version: 1.0 Name: com/ Class-Path: . ./lib/CSUtilities.jar ./lib/xerces.jar Main-Class: com.ge.gxs.icp.cs.util.JarEdit Specification-Title: JarEdit Specification-Version: 1.0 Specification-Vendor: GE Global eXchange Services Package-Vendor: GE Global eXchange Services error message is [jar] Manifest is invalid: Manifest sections should start with a "Name" attribute and not "Class-Path" and without the Name attribute in Manifest error message is [jar] Manifest is invalid: Manifest sections should start with a "Name" attribute and not "Class-Path" Pl. mail me back in caseif you need any more details... -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] Sent: Monday, May 13, 2002 3:29 PM To: Ant Developers List Subject: Re: Name attribute in Manifest file H, Sugumaran (CORP, GEITC) wrote: > I am in the process of converting our Build scripts form .bat files to Ant > scripts. While invoking the jar command from dos prompt and including out > own Manifest file without Name attribute, we are not getting any errors, but > while I am using the built-in ant task Jar to make the jar files and while I > am supplying our own jar files that doesn't contain the Name attribute, its > complaining that wrong Manifest file. Any info. on how to use a Manifest > file without Name attribute? or any info on what kind of mistake I am doing? > > Thanks, > Sugu > You really need to provide more detailed information if you want us to help you. Information such as 1. How are you using the task? A build file snippet would help. 2. What is the exact error message you are getting? 3. What does the manifest file look like? Conor -- To unsubscribe, e-mail: For additional commands, e-mail: "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or copy of this communication is strictly Prohibited. If you have received this message by error, please notify us immediately, return the original mail to the sender and delete the message from your system." -- To unsubscribe, e-mail: For additional commands, e-mail: