Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 70129 invoked from network); 27 Oct 2000 12:40:48 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 27 Oct 2000 12:40:48 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id OAA28368 for ; Fri, 27 Oct 2000 14:40:43 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id OAA01600; Fri, 27 Oct 2000 14:40:44 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: includes References: From: Stefan Bodewig Date: 27 Oct 2000 14:40:44 +0200 Message-ID: Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "GS" == Gottfried Szing writes: GS> is there a possibility to use a XML format? e.g. to import XML GS> properties? What you want is not really including properties but including arbitrary XML (note that ... is something quite different from setting a property). To do so, start your build file with ]> and include the text &default; somewhere on the same level as your s. Stefan, who wishes the FAQ was up so that he could refer you to the details.