Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 84301 invoked from network); 15 Jul 2002 19:52:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Jul 2002 19:52:21 -0000 Received: (qmail 7180 invoked by uid 97); 15 Jul 2002 19:52:37 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 7119 invoked by uid 97); 15 Jul 2002 19:52:36 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 7107 invoked by uid 98); 15 Jul 2002 19:52:36 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Authentication-Warning: costinm.sfo.covalent.net: costin owned process doing -bs Date: Mon, 15 Jul 2002 12:50:52 -0700 (PDT) From: costinm@covalent.net X-X-Sender: costin@costinm.sfo.covalent.net To: Ant Developers List , Stephane Bailliez Subject: Re: My itches for 1.6 In-Reply-To: <059001c22c34$bb5d7160$d1eefea9@homenkf0y0hwu0> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 15 Jul 2002, Stephane Bailliez wrote: > > I think we should first agree that is at least against the > > recommendations of the XML spec in the last 2-3 years. > > I don't understand what you mean here sorry, must have missed something. is invalid in the current XML spec and rejected by SAX2 parsers, while it works in SAX1 ( and ant1 ). > > IMHO the biggest problem at this moment is the fact that optional.jar > > is loaded in the system class loader. If we fix that, we can easily > > get junit and all the optional tasks to work without files in ant/lib. > > Why optional only ? Other tasks are being in the core and depend also on a > couple of things. It's just one example, causing the most pain. > >From the top of my head