Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 59002 invoked from network); 2 Jun 2003 14:52:08 -0000 Received: from mail6.home.nl (HELO mail6-sh.home.nl) (213.51.128.22) by daedalus.apache.org with SMTP; 2 Jun 2003 14:52:08 -0000 Received: from Snoopy.BROEKSEMA ([213.51.202.10]) by mail6-sh.home.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030602145209.ZBHK1608.mail6-sh.home.nl@Snoopy.BROEKSEMA> for ; Mon, 2 Jun 2003 16:52:09 +0200 From: Bertjan Broeksema To: user@ant.apache.org Subject: Need some help with a directory task Date: Wed, 10 Jul 2002 16:52:50 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200207101652.50941.b.broeksema@home.nl> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a litle problem with an ant project. i've two dirs let's say dir a and dir b. In that dir's are two java file let's say a.java and b.java like: c:\ - a -a.java - b -b.java My problem is: a.java create's an instance of b.java and vice versa. How do i compile this with an ant project? Grtz, Bertjan