Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 75581 invoked from network); 28 Oct 2008 16:31:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2008 16:31:28 -0000 Received: (qmail 17014 invoked by uid 500); 28 Oct 2008 16:31:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16988 invoked by uid 500); 28 Oct 2008 16:31:28 -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 16977 invoked by uid 99); 28 Oct 2008 16:31:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2008 09:31:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of plalonde@comact.com designates 209.5.119.84 as permitted sender) Received: from [209.5.119.84] (HELO mail.comact.com) (209.5.119.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2008 16:30:15 +0000 Received: from calima.comact.com ([10.1.3.3]) by calima.comact.com ([10.1.3.3]) with mapi; Tue, 28 Oct 2008 12:30:33 -0400 From: Pascal Lalonde To: Ant Users List Date: Tue, 28 Oct 2008 12:30:32 -0400 Subject: RE: Update Manifest Thread-Topic: Update Manifest Thread-Index: Ack5GUqNz7lyHnlERQ+S/VEHq2ewhgAARSiA Message-ID: References: In-Reply-To: Accept-Language: en-US, en-CA Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-CA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Humm, that's quite weird, because the first manifest task works, it's both = following that aren't. I'll add it to follow specs anyway. Any idea about the two following ? - Pascal -----Original Message----- From: ray.harper@wachovia.com [mailto:ray.harper@wachovia.com] Sent: October 28, 2008 12:14 PM To: Ant Users List Subject: Re: Update Manifest Hi Pascal, Looks like you left the filename out in the first manifest task ... this is required: http://ant.apache.org/manual/CoreTasks/manifest.html
Hope this helps .... Ray Harper, Jr. Software Engineer II Wachovia Corporation 1525 West WT Harris Blvd. Charlotte, NC, 28270 Tel: 704-427-1717 ? Fax: 704-427-3234 ? Mailcode: NC1077 CONFIDENTIALITY NOTICE: The information accompanying this email transmission may contain confidential or legally privileged information that is intended only for the use of the individual or entity named in this message. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this email is strictly prohibited. If you receive this email in error, please notify the sender immediately. Pascal Lalonde 10/28/2008 11:55 AM Please respond to "Ant Users List" To "user@ant.apache.org" cc Subject Update Manifest I am attempting to update two manifest files from existing jar and war. The goal of my ant task is to update their manifest file and jar the parent folder. This is what my task looks like: ********************************************************************<= /echo> Copying the binaries to configured destination. [DONE] ********************************************************************<= /echo> The copy is executed without any problem, right after the copy. The build quits without any error, and manifest aren't updated. If I comment the two last manifest call, everything gets executed without any problem. I tried reading the doc to find "update" samples, but didn't find any. Or maybe the manifest calls aren't done at the right place ? Something important to know is that this script is not the one building the jar and war files. Thanks for your help, Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org