Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5287 invoked from network); 22 Dec 2006 21:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2006 21:59:48 -0000 Received: (qmail 30587 invoked by uid 500); 22 Dec 2006 21:59:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 30547 invoked by uid 500); 22 Dec 2006 21:59:52 -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 30536 invoked by uid 99); 22 Dec 2006 21:59:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Dec 2006 13:59:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Dec 2006 13:59:38 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id C7A596B99C for ; Fri, 22 Dec 2006 21:59:15 +0000 (GMT) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b0QfoLgB0qhM for ; Fri, 22 Dec 2006 21:59:11 +0000 (GMT) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [16.25.144.56]) by colossus.hpl.hp.com (Postfix) with ESMTP id C060C6B9F7 for ; Fri, 22 Dec 2006 21:59:10 +0000 (GMT) Received: from [16.27.192.106] ([16.27.192.106]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id kBMLwwfT019177 for ; Fri, 22 Dec 2006 21:58:59 GMT Message-ID: <458C551A.20703@apache.org> Date: Fri, 22 Dec 2006 21:58:50 +0000 From: Steve Loughran User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 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> <1165338812.4575a8bce3bc1@my.visi.com> <7.0.1.0.0.20061219234809.0501ce58@visi.com> <4589198C.9060604@hpl.hp.com> <1166633403.458969bb47541@my.visi.com> <458A5E79.50604@apache.org> <7.0.1.0.0.20061221120930.0578f8c8@visi.com> In-Reply-To: <7.0.1.0.0.20061221120930.0578f8c8@visi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Jacob Kjome wrote: > >>> Incidentally, does xerces now depend on this serializer.jar? That is, > >>> does it need to be included in the distro? Or are its classes merged > >>> into xerces and xalan? These are the kind of thing we need to > understand > >>> before we ship > >>> > >> > >> No, there's no dependency in Xerces. It's loaded via reflection by > >Xerces. But > >> they have deprecated their native serializer classes in favor of the > >shared one > >> provided by the Xalan team. If serializer.jar is in the path, it > >will be used. > >> If not, the deprecated Xerces native serialization will be used > >(assuming one > >> isn't directly referencing the Xerces native serializer API rather than > >> properly using the interfaces, such as JAXP or DOM3LS). I'm not > clear on > >> whether the same will be true for the next Xalan release (2.7.1, I > >think [1])? > >> They may actually depend directly on serializer.jar (or maybe they'll > >> incorporate it within xalan.jar?). I guess we'll find out when they > make the > >> release official. > >> > >> Jake > >> > >> [1] http://svn.apache.org/viewvc/xalan/java/tags/xalan-j_2_7_1/ > > > >OK. So we ought to hold off to see what xalan does. if they build it in, > >it should be the only copy on the classpath to avoid version problems > > > > Makes sense. Just to be clear, are you saying that you would include > serializer.jar in Ant's lib directory if Xalan doesn't ship with it > included in their jar, but not include serializer.jar in Ant's lib > directory if Xalan does include it in their jar, even though Ant doesn't > ship Xalan? Hmm... I might alert the Xalan team to this. I suspect > this might more than just an Ant-specific concern. I'll report back > with any information I find. > > Ah. Ant1.7 has an xml file, fetch.xml, that can pull down extra artifacts from the maven 2 repository. Unless the xalan dependency asks for serializer.jar, then we'd have to modify that file to pull it down. We could also bundle it with xerces if that would help ant :) -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org