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 85045 invoked from network); 16 Oct 2000 09:05:50 -0000 Received: from hermes.ext.eurgw.xerox.com (HELO hermes.eurgw.xerox.com) (root@212.120.143.5) by locus.apache.org with SMTP; 16 Oct 2000 09:05:50 -0000 Received: from eurodns2.eur.xerox.com (eurodns2.eur.xerox.com [13.202.66.10]) by hermes.eurgw.xerox.com (8.9.3/8.9.3) with ESMTP id KAA16329 for ; Mon, 16 Oct 2000 10:05:41 +0100 (BST) Received: from eurgbrmg02.eur.xerox.com (eurgbrmg02.eur.xerox.com [13.202.65.254]) by eurodns2.eur.xerox.com (8.9.3/8.9.3) with ESMTP id JAA20688 for ; Mon, 16 Oct 2000 09:59:39 +0100 (BST) Received: from eurgbrbh01.emeacinops.xerox.com (unverified) by eurgbrmg02.eur.xerox.com (Content Technologies SMTPRS 4.1.5) with ESMTP id for ; Mon, 16 Oct 2000 09:59:22 +0100 Received: by EURGBRBH01 with Internet Mail Service (5.5.2651.58) id <4WNFXY69>; Mon, 16 Oct 2000 09:59:22 +0100 Message-ID: <5158BC6D771ED3118D6200508B2C272219BE77@gbrxmsms01.bh.gbr.xerox.com> From: "Everitt, Andrew" To: "'ant-dev@jakarta.apache.org'" Subject: RE: proposed patch for ant to use xerces/jaxp Date: Mon, 16 Oct 2000 09:57:18 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I would not be in favor of this as xerces.jar is much bigger than = parser.jar and anyway why fix something that works? Just my 2p, Andi. ____________________ Andrew Everitt Xerox Mobile Solutions, Cambridge. UK=20 > -----Original Message----- > From: G=E1bor Lipt=E1k [mailto:gaborliptak@usa.net] > Sent: 13 October 2000 18:22 > To: ant-dev@jakarta.apache.org > Subject: proposed patch for ant to use xerces/jaxp >=20 >=20 > This will make ant use xerces/jaxp >=20 > Index: src/main/org/apache/tools/ant/ProjectHelper.java > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: > /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/Proj > ectHelper.java > ,v > retrieving revision 1.33 > diff -c -r1.33 ProjectHelper.java > *** src/main/org/apache/tools/ant/ProjectHelper.java =20 > 2000/10/06 07:35:54 > 1.33 > --- src/main/org/apache/tools/ant/ProjectHelper.java =20 > 2000/10/13 15:17:59 > *************** > *** 608,613 **** > --- 608,614 ---- >=20 > private static SAXParserFactory getParserFactory() { > if (parserFactory =3D=3D null) { > + = System.setProperty("javax.xml.parsers.SAXParserFactory", > "org.apache.xerces.jaxp.SAXParserFactoryImpl"); > parserFactory =3D SAXParserFactory.newInstance(); > } >=20 > At the same time maybe lib/jaxp.jar and lib/xerces.jar could=20 > be checked into > CVS to make bootstrap.sh standalone. >=20 > Thanks >=20 >=20