Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 81808 invoked from network); 5 Dec 2006 17:14:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 17:14:04 -0000 Received: (qmail 51579 invoked by uid 500); 5 Dec 2006 17:14:07 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51537 invoked by uid 500); 5 Dec 2006 17:14:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 51525 invoked by uid 99); 5 Dec 2006 17:14:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 09:14:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hoju@visi.com designates 208.42.156.9 as permitted sender) Received: from [208.42.156.9] (HELO cenn.mc.mpls.visi.com) (208.42.156.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 09:13:55 -0800 Received: from mehen.visi.com (mehen.visi.com [208.42.77.151]) by cenn.mc.mpls.visi.com (Postfix) with ESMTP id 0C9CC86D8 for ; Tue, 5 Dec 2006 11:13:33 -0600 (CST) Received: by mehen.visi.com (Postfix, from userid 80) id 0522B87F0B; Tue, 5 Dec 2006 11:13:32 -0600 (CST) Received: from 162.136.192.1 ([162.136.192.1]) by my.visi.com (IMP) with HTTP for ; Tue, 5 Dec 2006 11:13:32 -0600 Message-ID: <1165338812.4575a8bce3bc1@my.visi.com> Date: Tue, 5 Dec 2006 11:13:32 -0600 From: Jacob Kjome To: Ant Users List Subject: Re: please update the next release of Ant 1.7 to Xerces 2.9.0 References: <45753D92.1040906@volantis.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 162.136.192.1 X-Virus-Checked: Checked by ClamAV on apache.org Here's the official Xerces statement on JDK1.2 compatibility... They're supposed to be compatible with JDK 1.2 however no one has tested that so I can't say whether they actually are. The same is true for all of the previous releases starting from Xerces 2.6.0. These were only built and tested with JDK 1.3 and above (though we only distribute the jars built with 1.3). The fact that Xerces is built using IBM JDK1.3 means instant compatibility with 1.2 unless 1.3-specific APIs are used, no? They don't use -target or -source flags for their extension of in the build file, but that shouldn't matter since, according to the Ant docs, -target defaults to 1.1 (for JDKs 1.1 through 1.3) and -source is ignored previous to JDK1.4. BTW, who is the Ant build manager? I think there's enough information to make a final decision on including XercesImpl-2.9.0.jar and xml-apis-1.3.04.jar (and I recommend including serializer.jar, which is the new shared serializer between Xerces-2.9.0 and Xalan). BTW, the deployment of Xerces-2.9.0 to the maven repository is being actively worked on as we speak by Nathan Beyer. Can't say for sure when it will be out there, but it should be soon. Jake Quoting Stefan Bodewig : > On Tue, 05 Dec 2006, James Abley wrote: > > > > > > That works for me, although I noticed something slightly surprising > > when I compiled using a 1.4 and 1.5 JDK. > > > > [javac] '-source' > > [javac] '1.3' > > Ant magically upgraded the -source switch to 1.3 since most JDKs don't > support -source 1.2 at all. And for those that do (1.4.2 does while > 1.5.0 doesn't IIRC) it doesn't make any difference since anything > below 1.4 is "the same" as far as -source is concerned. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org