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 99528 invoked from network); 12 Oct 2000 15:26:46 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 12 Oct 2000 15:26:46 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id RAA08973 for ; Thu, 12 Oct 2000 17:26:42 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id RAA09375; Thu, 12 Oct 2000 17:26:43 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: directory problem with ant References: <018e01c0345a$ad0b8c10$6f01a8c0@ultrastation> <002f01c0345f$49b48a40$6f01a8c0@ultrastation> From: Stefan Bodewig Date: 12 Oct 2000 17:26:42 +0200 In-Reply-To: "Andreas Schildbach"'s message of "Thu, 12 Oct 2000 17:15:42 +0200" Message-ID: Lines: 15 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: locus.apache.org 1.6.2 0/1000/N >>>>> "AS" == Andreas Schildbach writes: AS> In this case, ant generates the .class file at the right place, AS> but the dependancy check does not work (the class is compiled AS> each time I invoke ant)... Strange behaviour! Not at all, see . The next thing is to set srcdir to ".." as well and you are done. The problem I could not reproduce probably stems from one of the various absolute/relative path bugs that have been fixed in CVS. Stefan