Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 69546 invoked from network); 20 Sep 2000 11:06:27 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 20 Sep 2000 11:06:27 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id NAA03134 for ; Wed, 20 Sep 2000 13:06:25 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id NAA03026; Wed, 20 Sep 2000 13:06:25 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-dev@jakarta.apache.org Subject: Re: Ant-Extension-Mechanism - Step 1 References: <004201c022ed$7e836df0$80dc1fcb@cognet.com.au> From: Stefan Bodewig Date: 20 Sep 2000 13:06:25 +0200 In-Reply-To: "Conor MacNeill"'s message of "Wed, 20 Sep 2000 21:28:19 +1100" Message-ID: Lines: 27 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "CM" == Conor MacNeill writes: CM> Nico, I have had a quick look at your post and I have a few CM> questions. I haven't even found the time for this, sorry. CM> A task along the lines of Stefan's war tsk may be more CM> appropriate. It doesn't try to build the deployment descriptor - CM> it just assembles the war from a set of distributed pieces. I was tempted to automate writing the deployment descriptor as well (and if it only was to shorten the syntax). I've made it the way it is, because I didn't want to add numerous nested elements to the task just to duplicate a structure that could as well be written out directly. I.e. I came to the same conclusion as you. CM> but I am curous as to why the servlet spec uses WEB-INF for wars? Especially since servlet containers must hide META-INF directories if they exist as well. I guess they wanted to physically separate the information about the JAR itself (everything with regard to signing the JAR for example) from the information about the web application contained. Stefan