Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 46596 invoked from network); 16 Feb 2011 15:58:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 15:58:21 -0000 Received: (qmail 29353 invoked by uid 500); 16 Feb 2011 15:58:20 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 28927 invoked by uid 500); 16 Feb 2011 15:58:18 -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 28906 invoked by uid 99); 16 Feb 2011 15:58:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:58:17 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:58:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id E836640E000A for ; Wed, 16 Feb 2011 16:57:48 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3LelgxTjzAcp for ; Wed, 16 Feb 2011 16:57:48 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 7575740E0009; Wed, 16 Feb 2011 16:57:48 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: Saving Manifest Definitions for later References: X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 68962) Date: Wed, 16 Feb 2011 16:57:48 +0100 In-Reply-To: (David Weintraub's message of "Wed, 16 Feb 2011 10:47:17 -0500") Message-ID: <87vd0kynsz.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2011-02-16, David Weintraub wrote: > I'd like a way to create a reference to this Manifest setup like you > can with or , so I don't have to keep repeating > this over and over Unfortunately doesn't support the id/refid mechanism. You could use the manifest task to write your manifest to a (temporary) file and feed that to each jar task. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org