Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 84065 invoked from network); 29 Oct 2001 23:24:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Oct 2001 23:24:40 -0000 Received: (qmail 529 invoked by uid 97); 29 Oct 2001 23:24:39 -0000 Delivered-To: qmlist-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 517 invoked by uid 97); 29 Oct 2001 23:24:39 -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 506 invoked from network); 29 Oct 2001 23:24:38 -0000 Message-ID: <0EBCC63B4041D311876000902757D9373C4B47@mother.improv-tech.com> From: Marko Srdanovic To: "'ant-user@jakarta.apache.org'" Subject: Can I create a "top level" build file?? Date: Mon, 29 Oct 2001 18:24:33 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have a number of projects each in their own directory with their own ant buildfile (build.xml). I'd like to create a top level ant project that simply calls each of the ones in all the directories below it. I can do this right now, but I explicitly need to list all the subprojects. This gets pretty ugly, as you can imagine. For example, say my directory hierarchy is: builds/ build.xml <=== I want this one to call proj1/build.xml. proj2/build.xml, and proj3/build.xml with the target (i.e., compile, clean, etc.) proj1/ build.xml src/ proj2/ build.xml src/ proj3/ build.xml src/ So my "top level" build.xml looks something like: Can I set this up to just build any projects that it "finds". Something like . Additionally, I'd like to be able to pass different targets down to the subproject., so that I don't explicitly have list them all (that may be asking too much though ;-). Thanks! Marko Srdanovic Improv Technologies, Inc. http://www.improv-tech.com/ 535 Eighth Avenue New York, NY 10018 +1 (917) 438-7121 -- To unsubscribe, e-mail: For additional commands, e-mail: