Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 71907 invoked by uid 500); 2 May 2001 07:49:07 -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 71898 invoked from network); 2 May 2001 07:49:07 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Task from a task? References: <3AEDD08A.B0F91FE0@dteenergy.com> From: Stefan Bodewig Date: 02 May 2001 09:49:14 +0200 In-Reply-To: "Jeffrey A Kenward"'s message of "Mon, 30 Apr 2001 16:52:26 -0400" Message-ID: Lines: 9 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Jeffrey A. Kenward wrote: > What's the best way to invoke a task from another task? There are several tasks in Ant's module that actually do this - take a look at the (optional) RenameExtensions task that has been changed to completely rely on in Ant 1.3. Stefan