Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 21044 invoked from network); 14 Dec 2001 17:40:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Dec 2001 17:40:37 -0000 Received: (qmail 3776 invoked by uid 97); 14 Dec 2001 17:40:25 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 3760 invoked by uid 97); 14 Dec 2001 17:40:25 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 3749 invoked from network); 14 Dec 2001 17:40:24 -0000 Message-Id: <5.0.2.1.0.20011214123655.02f1d710@mail.engineous.com> X-Sender: mcmillan@mail.engineous.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 14 Dec 2001 12:40:17 -0500 To: "Ant Users List" From: Mark McMillan Subject: How to run a target without ANTCALL? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N At some point in a target I need to execute some other target in the same project, but I don't want to use ANTCALL because it re-evaluates all the dependant targets. E.g. I have an "init" target that all targets depend on. If I use ANTCALL to invoke a target, "init" will be executed more than once. Is there some way to invoke a target without using ANTCALL (or, some way to prevent re-evaluation of dependants in the call)? Thanks, -Mark -- To unsubscribe, e-mail: For additional commands, e-mail: