Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 84071 invoked from network); 2 Nov 2000 11:18:31 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 2 Nov 2000 11:18:31 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id MAA08602 for ; Thu, 2 Nov 2000 12:18:29 +0100 (MET) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id MAA04651; Thu, 2 Nov 2000 12:18:29 +0100 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: Anyone successfully used multiple antcalls in the same target? References: <20001102120812.A15072@acc.umu.se> From: Stefan Bodewig Date: 02 Nov 2000 12:18:29 +0100 In-Reply-To: Markus Holmberg's message of "Thu, 2 Nov 2000 12:08:12 +0100" Message-ID: Lines: 34 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "MH" == Markus Holmberg writes: MH> Hi.. Has anyone successfully use several antcall invocations in MH> the same target? Hmm, I've taken your example and added The result: bodewig@sbodewig ~ >ant -f /tmp/antcall.xml Buildfile: /tmp/antcall.xml foo: bar: y bar: y bar: y BUILD SUCCESSFUL Total time: 1 second So it works for me. Stefan