Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 12596 invoked from network); 27 Jul 2006 14:15:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 14:15:23 -0000 Received: (qmail 26445 invoked by uid 500); 27 Jul 2006 14:15:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26379 invoked by uid 500); 27 Jul 2006 14:15:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 26348 invoked by uid 99); 27 Jul 2006 14:15:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 07:15:10 -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 (asf.osuosl.org: domain of ddevienne@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 07:15:08 -0700 Received: by nf-out-0910.google.com with SMTP id a4so169505nfc for ; Thu, 27 Jul 2006 07:14:47 -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=GqscwvrJ6xd3AaWYIVhsdlqhiIZGHVIR2ItIhFv+NfW0z6bgcs1VuBULq+cF97B/4sIa1GCNiqi0Q3ruWOzuCLDmC5uOaxHNV6sle7/gzXraNmoY2IB/FxuIny+RSYPo3dBjNfBD1i4QCrESSlgXpmNOE4t3vNHVaCurJmAiwTU= Received: by 10.78.170.17 with SMTP id s17mr3991297hue; Thu, 27 Jul 2006 07:14:46 -0700 (PDT) Received: by 10.78.66.19 with HTTP; Thu, 27 Jul 2006 07:14:46 -0700 (PDT) Message-ID: <255d8d690607270714m76185dbeuf070ba5438e758ab@mail.gmail.com> Date: Thu, 27 Jul 2006 09:14:46 -0500 From: "Dominique Devienne" To: "Ant Developers List" Subject: Re: source by refid in javac In-Reply-To: <44C8A716.5010809@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44C8A716.5010809@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Isn't the nested supposed to be a list of directories to use as source paths, (and not a list of souce files to compile)? Regarding **.java, I personally think the **/*.java syntax is clearer and less prone to be confused with *.java visually. And your exclude is only a hint to Ant, and Javac may overrule that unless you also reset the sourcepath. Maybe not an issue in your case, if it's code that doesn't compile on purpose ;-) --DD On 7/27/06, Steve Loughran wrote: > > OK. I give up. how do you pass down a fileset by ref as the souce dir to > javac? src is a path ,and there is no srcref ID in the matching task. > > I tried to use the fileset inside the src dir, but got told off for not > setting a srcdir attribute: > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org