Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 89230 invoked from network); 7 Jun 2000 05:36:51 -0000 Received: from firewall.altacast.com (HELO exchange.altacast.com) (63.84.216.2) by locus.apache.org with SMTP; 7 Jun 2000 05:36:51 -0000 Received: from coffeecup (firewall.altacast.com [10.1.1.17]) by exchange.altacast.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id L9P4WJM8; Tue, 6 Jun 2000 23:36:51 -0600 Message-ID: <009201bfd043$01c95060$45165cce@coffeecup> X-Sybari-Space: 00000000 00000000 00000000 From: "N. Sean Timm" To: References: Subject: Re: Cocoon2.0a1 build error Date: Tue, 6 Jun 2000 23:41:18 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This is due to a bug in the Xerces 1.1.1 release (forgot some makefiles, and hence, some classfiles...) as per Jeffrey Rodriguez on the Xerces-J List: >The other bug which you pointed out is in the org.apache.xerces.jaxp >where the JAXP Makefile is missing. > >To fix this I need to release the following: > >1) A patch to the source distribution with the patches to the > src/Makefile, and the Makefile patch that you send to the > org/apache/xerces/jaxp directory. > > >2) A patch to the binary distribution with the class files from > org/apache.xerces.jaxp package wich are missing from the > binary distribution as you pointed out in your previous note. > >Again I apologize for the inconvenience but I will try to get the >patches tomorrow morning. > >Thanks for checking this. > > Jeffrey Rodriguez > IBM Cupertino > XML Development So it sounds like we need to wait for a fixed binary release or use the one in CVS. - Sean T. ----- Original Message ----- From: "Paul Lamb" To: Sent: Tuesday, June 06, 2000 10:04 PM Subject: RE: Cocoon2.0a1 build error > I got the same error; but had to add jaxp.jar before xerces_1_1_1 and > parser.jar after. Other combinations didn't work; but all compiled cleanly > once I did this. I looked at the current ant code and it explicitly requires > the jaxp stuff. This is in NT with jdk1.3 and jaxp 1.01. > > Paul Lamb > > > > > > OOPS! Should read the mail before posting :-( > > Current CVS has xalan 1.0.1, should have 1.0.4 > > to build out of the box... > > > > > After a fresh checkout... > > > > > > Exception in thread "main" > > > javax.xml.parsers.FactoryConfigurationError: > > > Cannot load class SAXParserFactory class > > > "org.apache.xerces.jaxp.SAXParserFactoryImpl" > > > at > > > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactor > > > y.java:153) > > > at > > > org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHel > > > per.java:513) > > > at > > > org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:102) > > > at > > > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHel > > > per.java:86) > > > at org.apache.tools.ant.Main.runBuild(Main.java:228) > > > at org.apache.tools.ant.Main.main(Main.java:191) > > > > -- Chris Stevenson ----------------------- SSABSA -- > > Senior Secondary Assessment Board of South Australia > > 60 Greenhill Road, Wayville SA 5034, Australia > > email: chris@ssabsa.sa.gov.au > > phone: (08) 8372 7515 > > fax: (08) 8372 7590 > > ---------------------------------------------------- > > >