Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56562 invoked from network); 26 Oct 2006 13:46:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 13:46:06 -0000 Received: (qmail 43484 invoked by uid 500); 26 Oct 2006 13:46:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43455 invoked by uid 500); 26 Oct 2006 13:46:11 -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 43444 invoked by uid 99); 26 Oct 2006 13:46:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 06:46:11 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of peter.kitt.reilly@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 06:45:55 -0700 Received: by nf-out-0910.google.com with SMTP id x29so39462nfb for ; Thu, 26 Oct 2006 06:45:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aERE0zlzUdjwm+/CB7fC/DpFHBRQURlhXRm+XpFaHDNWkwg8bgPpfLlKJee9W7uIE7kI/+3g5Ig/NxSyW/TRJAN/bcY9AeLp4mqP4b1RrASoD2n7NGrvI2SLuK69BDBKg2em2TyhLjAu09NSa6Aa1a21Mgs0sLf834nBujvhC8w= Received: by 10.49.55.13 with SMTP id h13mr5554882nfk; Thu, 26 Oct 2006 06:45:34 -0700 (PDT) Received: by 10.49.90.10 with HTTP; Thu, 26 Oct 2006 06:45:33 -0700 (PDT) Message-ID: Date: Thu, 26 Oct 2006 14:45:33 +0100 From: "Peter Reilly" To: "Ant Users List" Subject: Re: Fileset ignores dir when using a includesfile In-Reply-To: <54BC0922445A764A86074C5A6B00535401E1F263@FPT-EXMB02.llbean.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <54BC0922445A764A86074C5A6B00535401E1F263@FPT-EXMB02.llbean.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/26/06, Eric Wood wrote: > I using the following fileset in the PMD task and it appears to ignore > the dir and look for the includesfile in the directory that I am running > ant from. Not quite, the name is a File attribute and like most File Attributes, it is relative to the ${basedir} which by default is the location of the build file. > Has anybody else seen this? > > > If you want modified.java.files to be relative to pmp.dir, you need to do: Peter > > > I have run it in debug mode and the fileset directory appears to be > correct and the file exist and is readable, but the error message does > not reflect the ${pmd.dir} dir setting. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org