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 18347 invoked from network); 14 Jun 2000 20:37:57 -0000 Received: from firewall.altacast.com (HELO exchange.altacast.com) (63.84.216.2) by locus.apache.org with SMTP; 14 Jun 2000 20:37:57 -0000 Received: by firewall.altacast.com with Internet Mail Service (5.5.2650.21) id ; Wed, 14 Jun 2000 14:37:53 -0600 Message-ID: <85CDFD92C550D311A1A40008C7DFA81A37B189@firewall.altacast.com> From: "Timm, Sean" To: "'cocoon-dev@xml.apache.org'" Subject: RE: [C2] parser.jar Date: Wed, 14 Jun 2000 14:37:52 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Giacomo Pati [mailto:Giacomo.Pati@pwr.ch] once wrote: > Ross Burton wrote: > > > > > > Just noticed: parser.jar is not needed to build Cocoon 2 - Ant uses JAXP but > > > > the full Xerces.jar file has JAXP support built in. > > > > > If I remove parser.jar I have no chance to build cocoon2. Did you eventualy have parser.jar in > > > your classpath? A "build" gives me the following error: > > > > I'll check later to make sure I am not going mad, but when I editied > > build.sh so that it didn't import my classpath, I only got errors from Jikes > > being unable to find java/lang - the XML was parsed fine. Do you have a > > copy of JAXP in your classpath - that is included in Xerces too. > I've made a fresh checkout, moved the parser.jar out of ./lib, modified > the build.sh to exclude parser.jar from the classpath, cleard the shells > classpath and hit a build.sh which gives me the error mentioned above. > So, check your env, Ross :) I'm going to have to agree with Ross here...I have also built Cocoon2 without jaxp.jar or parser.jar. You mentioned that you moved parser.jar out of ./lib, but did you also get rid of jaxp.jar and/or xml.jar in your classpath anywhere? Also make sure that it isn't located in your jre/lib/ext directory... - Sean T.