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 79645 invoked from network); 16 Aug 2000 09:55:17 -0000 Received: from uu194-7-65-65.unknown.uunet.be (HELO bemls1.iconmedialab.be) (194.7.65.65) by locus.apache.org with SMTP; 16 Aug 2000 09:55:17 -0000 Received: by bemls1.iconmedialab.be with Internet Mail Service (5.5.2650.21) id <3V2RKNPV>; Wed, 16 Aug 2000 11:51:36 +0200 Message-ID: <714FFC2B8975D21195E20008C72483B40106B595@bemls1.iconmedialab.be> From: Stefan Lecho To: "'ant-user@jakarta.apache.org'" Subject: Dependencies Date: Wed, 16 Aug 2000 11:51:30 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I have the following tree structure: project ----classes = ${dest.basedir} ----com ----something ----somethingelse ----sources ----com ----something ----somethingelse = ${somethingelse.src.dir} and the following task: Now my problem: If I run "ant compile.somethingelse" twice, the source files in the somethingelse directory are compiled, although nothing changed. I realise that the dependencies of the target are incorrect, but I don't find a solution. Adding the "includes name=${dest.basedir}/**" tag doesn't seem to work. Regards, Stefan Lecho. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stefan Lecho Internet Application Developer Wireless Technical Contact ICON Medialab, Brussels +32.2.506.23.29 http://www.iconmedialab.com