Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 29906 invoked by uid 500); 21 Sep 2001 22:38:27 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 29892 invoked from network); 21 Sep 2001 22:38:27 -0000 Message-ID: <20010921223830.88639.qmail@web10203.mail.yahoo.com> Date: Fri, 21 Sep 2001 15:38:30 -0700 (PDT) From: Ralph Jocham Subject: beginner problem To: ant-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I am trying to compile my whole class tree with this ant file. But it does not exclude all test folders. Usually each package contains one. What is wrong? I also tried to use this script, it is living above the top level package, to build parts of the tree using the -find flag. It moves up the folder structure, but then compiles from where it finds the build file. Is this the correct behaviour?? TIA Ralph