Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 79685 invoked from network); 20 Aug 2002 16:42:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Aug 2002 16:42:36 -0000 Received: (qmail 17805 invoked by uid 97); 20 Aug 2002 16:42:55 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17789 invoked by uid 97); 20 Aug 2002 16:42:55 -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 17770 invoked by uid 98); 20 Aug 2002 16:42:54 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <017e01c24868$d5ab57d0$1219570f@ranier> From: "Steve Loughran" To: "Ant Users List" References: <47A7A345A47842479AC7889B9BEB951A0418BC86@001exmbs004.ad.posten.se> Subject: Re: Base build.xml file?? Date: Tue, 20 Aug 2002 09:44:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Christian Holmqvist, IT, Posten" To: "'Ant Users List'" Sent: Tuesday, August 20, 2002 1:08 AM Subject: Base build.xml file?? > Hi > > Is it possible to create a base build.xml file. That works like a base class > in java? no. we are only currently up to the subroutine and #include level of re-use, rather than inheritance. > I have several project ant the only thing that is different between the > build.xml files are the project name and the name of the jar file that is > produced... you can have parameterised build files that you re-use with antcall; or write xml fragments that you share across projects as XML entities. -- To unsubscribe, e-mail: For additional commands, e-mail: