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 58434 invoked from network); 16 Oct 2000 13:19:22 -0000 Received: from smtp.bellnexxia.net (HELO tomts6-srv.bellnexxia.net) (209.226.175.26) by locus.apache.org with SMTP; 16 Oct 2000 13:19:22 -0000 Received: from gliptak ([216.209.37.242]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001016131920.XINW10530.tomts6-srv.bellnexxia.net@gliptak> for ; Mon, 16 Oct 2000 09:19:20 -0400 Message-ID: <008701c0377c$0ca164f0$0201a8c0@workgroup.local> From: =?iso-8859-1?Q?G=E1bor_Lipt=E1k?= To: References: <01fe01c0353a$2328b6e0$0201a8c0@workgroup.local> Subject: Re: proposed patch for ant to use xerces/jaxp Date: Mon, 16 Oct 2000 09:19:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N The reason I would still think you may want to consider using xerces.jar, that it comes with a newer (latest?) version of the org.w3c classes. The Sun reference implementation uses an older version of the org.w3c classes, making the binary ant build harder to use to build XML related projects (including xerces :) ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Monday, October 16, 2000 2:16 AM Subject: Re: proposed patch for ant to use xerces/jaxp > >>>>> "GL" == G�bor Lipt�k writes: > > GL> At the same time maybe lib/jaxp.jar and lib/xerces.jar could be > GL> checked into CVS to make bootstrap.sh standalone. > > I thought xerces doesn't even need jaxp.jar ... > > Hmm, anyway. We want to give the user the choice which parser to use - > and ship our release builds with Sun's reference implementation > because it is much smaller - so I wouldn't recommend applying your > patch. > > If you are building Ant from CVS you should have read the "How to > build" section and installed whichever parser you prefer anyway. > > Stefan