Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 93091 invoked by uid 500); 9 Aug 2001 13:08:32 -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 93082 invoked from network); 9 Aug 2001 13:08:32 -0000 Message-ID: <3B728B30.7060307@ingenta.com> Date: Thu, 09 Aug 2001 14:08:00 +0100 From: Andrew May User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+) Gecko/20010808 X-Accept-Language: en-us MIME-Version: 1.0 To: Ant User Subject: Antcall behaviour question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I'm using Ant1.3 on Solaris with JDK1.3.0, and I'm getting the following behaviour that I didn't expect. With the example below, when I call "t1", which depends on "init" and antcall's "t2" which also depends on "init", "init" gets called twice. Whereas if "t1" depends on "init,t2" and the antcall is removed, "init" only gets called once. Init Is this a bug (that may already be fixed because I know there have been some changes to CallTarget since Ant 1.3), or the expected behaviour? Thanks, Andrew