Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 64171 invoked from network); 27 Nov 2001 17:34:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Nov 2001 17:34:37 -0000 Received: (qmail 21673 invoked by uid 97); 27 Nov 2001 17:34:25 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 21657 invoked by uid 97); 27 Nov 2001 17:34:24 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 21646 invoked from network); 27 Nov 2001 17:34:24 -0000 From: "Chris Bailey" To: Subject: Example of multi-directory build? Date: Tue, 27 Nov 2001 09:35:40 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Recently there was a thread about where to look for example build files to learn how best to structure your own. I'm hoping to find a more specific suggestion... I am wanting to convert a system that uses make to use Ant. Right now there are is a top level makefile which basically just lists all the subdirectories (only one level), of which each contain a makefile. The top level file (actually a file it includes) contains all the rules (the individual directory makefiles all include this rules file as well). The deal is that I want to be able to build just one directory (as in cd into that dir, and type make), or build the entire thing by building from the top level. All subdirectories have the same build process, just different sets of source files. So, I'm looking for an example of how best to do this with Ant. I'm new to Ant, so maybe this is trivial, but being able to see another example (and/or have folks suggest approaches) would be helpful. Thanks in advance... ____ Chris Bailey mailto:chris@codeintensity.com Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: For additional commands, e-mail: