Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 48908 invoked from network); 2 Feb 2005 23:06:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Feb 2005 23:06:30 -0000 Received: (qmail 3866 invoked by uid 500); 2 Feb 2005 23:06:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 3819 invoked by uid 500); 2 Feb 2005 23:06:23 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 3658 invoked by uid 99); 2 Feb 2005 23:06:23 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of natgross.rentalsystems@verizon.net designates 206.46.170.107 as permitted sender) Received: from out007pub.verizon.net (HELO out007.verizon.net) (206.46.170.107) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 02 Feb 2005 15:06:21 -0800 Received: from [192.168.1.100] ([70.23.232.227]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050202230619.RXGY11919.out007.verizon.net@[192.168.1.100]> for ; Wed, 2 Feb 2005 17:06:19 -0600 Message-ID: <42015CF2.7070800@verizon.net> Date: Wed, 02 Feb 2005 18:06:26 -0500 From: Nat Gross Reply-To: user@ant.apache.org Organization: Easy Systems International User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, he MIME-Version: 1.0 To: user@ant.apache.org Subject: A dirset,path,fileset...anything that returns ${myPath}/**/ejb Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [70.23.232.227] at Wed, 2 Feb 2005 17:06:19 -0600 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have tried various methods to achieve this simple task, to no avail. In different projects I have various number of dirs, but all have one branch with the last dir = 'ejb'. I might have ${srcRoot}/a/b/c/ejb or ${srcRoot}/a/ejb, etc, I want a refid that returns that complete path to stuff into a property. I have tried, for example: But I have also tried similar constructs with and selectors, with/without 'type="dir"'. No go. Why am I so stupid? -nat Oh. The real question is how to do this, please ignore my stupidity:). --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org