Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 17194 invoked from network); 16 Jun 2008 07:49:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 07:49:45 -0000 Received: (qmail 28064 invoked by uid 500); 16 Jun 2008 07:49:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27831 invoked by uid 500); 16 Jun 2008 07:49:42 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 27529 invoked by uid 99); 16 Jun 2008 07:49:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 00:49:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [12.34.136.2] (HELO maxx.waves.com) (12.34.136.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 07:48:52 +0000 Received: from maxx.waves.com ([172.17.1.7]) by maxx.waves.com ([172.17.1.7]) with mapi; Mon, 16 Jun 2008 03:50:16 -0400 From: Guy Catz To: "user@ant.apache.org" Date: Mon, 16 Jun 2008 03:50:15 -0400 Subject: Depends="init" problem Thread-Topic: Depends="init" problem Thread-Index: AcjPhZ0Mq5frVntkRHGGcYZH2nG0rA== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_A58BC43ACBDDA54393A506C9A68AB8B402D794007Fmaxxwavescom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_A58BC43ACBDDA54393A506C9A68AB8B402D794007Fmaxxwavescom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have several targets, all depends on init - ... ... ... and of course ... Now, I also have a target which call a, then b and then c. But when I run that ANT, the output is something like this - running - successful running - successful running - successful running - successful running - successful running - successful which means that Init ran 3 times!! instead of only once. I do I make it to run only once? Please advise. Thanks, Guy. --_000_A58BC43ACBDDA54393A506C9A68AB8B402D794007Fmaxxwavescom_--