From user-return-36577-apmail-ant-user-archive=ant.apache.org@ant.apache.org Tue Sep 02 11:07:04 2003 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39296 invoked from network); 2 Sep 2003 11:07:04 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Sep 2003 11:07:04 -0000 Received: (qmail 5249 invoked by uid 500); 2 Sep 2003 11:06:45 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 5205 invoked by uid 500); 2 Sep 2003 11:06:44 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 5190 invoked from network); 2 Sep 2003 11:06:44 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 2 Sep 2003 11:06:44 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19u90F-00007v-00 for ; Tue, 02 Sep 2003 13:07:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@ant.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19u90E-00007n-00 for ; Tue, 02 Sep 2003 13:07:14 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19u8zf-0006mM-00 for ; Tue, 02 Sep 2003 13:06:39 +0200 From: "Antoine Levy-Lambert" Subject: Re: calling sequential tasks Date: Tue, 2 Sep 2003 13:08:14 +0200 Lines: 35 Message-ID: References: X-Complaints-To: usenet@sea.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Aloizio, I do not see why your task would execute only once. Can it be that it does not behave the way you expect ? You might want to run your build in a development environment with a debugger to see what happens. Or if you prefer, you can stuff your task with log instructions or even System.out.println(... and see what is really happening. Cheers, Antoine "Aloizio Pereira da Silva" schrieb im Newsbeitrag news:Pine.GSO.4.21.0309011611260.16110-100000@turmalina.dcc.ufmg.br... > Hi everybody, > > I created a new task ant and it is working very well. But I need to call > this task two time in sequence. When I do this only the first call is > executed. Could some one help me? Why the second call is not > executed? This is shows below: > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org