Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 54864 invoked from network); 19 Jun 2002 21:16:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Jun 2002 21:16:23 -0000 Received: (qmail 2330 invoked by uid 97); 19 Jun 2002 21:16:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 2292 invoked by uid 97); 19 Jun 2002 21:16:31 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 2280 invoked by uid 98); 19 Jun 2002 21:16:30 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020619211623.22230.qmail@web13805.mail.yahoo.com> Date: Wed, 19 Jun 2002 14:16:23 -0700 (PDT) From: Bela Ban Subject: Re: Mapping src to dest files in Javac To: Ant Developers List In-Reply-To: <20020619082810.80652.qmail@web13401.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --- Diane Holt wrote: > Well, the built-in solution would be much the same > approach, but using > and (you need the so > you have a datatype > to pass to ): > > > refid="user.dir"> > > > includes="${cur.dir}/**/*.java"/> > > [Note: > Diane > > ===== > (holtdl@yahoo.com) Hi Diane, we still have the problem of removing the ${basedir} prefix from the resulting string, e.g. if 'includes' is /home/bela/JavaGroups-2.0/src/org/javagroups/util/*.java, we need to convert it to org/javagroups/util/*.java. The basic problem is: - I want to use 1 build.xml file located at the root of my src directory - I want to cd to ANY directory below the root and do an 'ant -find build.xml compile'. This compile should only compile the files in the current directory (if needed). An eval of all files (e.g. includes="**/*.java") would be too costly in a large project I guess I'll leave my task in there for now... BTW: congrats to the whole team for an excellent job !!! Bela Ban __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: