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 30288 invoked from network); 25 Jan 2001 16:05:15 -0000 Received: from bodewig.bost.de (root@195.227.98.11) by h31.sny.collab.net with SMTP; 25 Jan 2001 16:05:15 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id RAA11214; Thu, 25 Jan 2001 17:05:17 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Build.xml question References: <417F53936579D21195B80008C74C35BB173327@NOVA1> From: Stefan Bodewig Date: 25 Jan 2001 17:05:16 +0100 In-Reply-To: Cristiano Sadun's message of "Thu, 25 Jan 2001 16:48:23 +0100" Message-ID: Lines: 13 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: h31.sny.collab.net 1.6.2 0/1000/N Cristiano Sadun wrote: > Sorry, let me rephrase to see if I understand correctly: Sorry, my fault. I thought you have been talking about circular dependencies between classes, not targets. > if I define a target A as dependent from B, and B as dependent from > A (in two elements) this doesn't cause any problem? It will cause a problem - and an error message. Stefan