Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 59246 invoked by uid 500); 9 May 2001 21:12:09 -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 59185 invoked from network); 9 May 2001 21:12:07 -0000 Message-ID: From: KC Baltz To: "'ant-user@jakarta.apache.org'" Subject: RE: Including multiple xml files dynamically Date: Wed, 9 May 2001 17:09:32 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N One thing to be aware of with XML includes, is that it isn't handled by Ant, but is rather a feature of XML. So the question you really want answered is, "Is there a way in XML to dynamically include files" and I suspect the answer is no. K.C. > -----Original Message----- > From: Don Seiler [mailto:dseiler@globalcrossing.com] > Sent: Wednesday, May 09, 2001 4:52 PM > To: ant-user@jakarta.apache.org > Subject: Including multiple xml files dynamically > > > Hullo. I'm aware of the way to include other xml files with > the !ENTITY > directive. > > However, I would like to include all of the .xml files in a certain > directory. Other than having my build script merge those xml > files into > a tmp file and having build.xml always reference that, is there a way > for ant to dynamically include xml files? > > Thanks, > Don. >