Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 47526 invoked by uid 500); 3 Apr 2001 09:44:40 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 47517 invoked from network); 3 Apr 2001 09:44:39 -0000 Message-ID: <9B3E950CB293D411ADF4009027B0A4D2F39F87@PARSV011> From: Stephane Bailliez To: ant-dev@jakarta.apache.org Subject: RE: crimson 1.1 Date: Tue, 3 Apr 2001 10:51:35 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N btw, I don't understand why this is set to true as a default. I didn't notice that until a few days. --=20 St=E9phane Bailliez=20 Software Engineer, Paris - France=20 iMediation - http://www.imediation.com=20 Disclaimer: All the opinions expressed above are mine and not those = from my company.=20 > -----Original Message----- > From: Sam Ruby [mailto:rubys@us.ibm.com] > Sent: Tuesday, April 03, 2001 11:35 AM > To: general@xml.apache.org > Cc: ant-dev@jakarta.apache.org > Subject: crimson 1.1 >=20 >=20 > Ant-dev: Could the problem be that ant is putting its own=20 > jars first in the > classpath? >=20 > - Sam Ruby >=20 > ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on = 04/03/2001 > 05:30 AM --------------------------- >=20 >=20 >=20 >=20 >=20 > GOMEZ Henri on 04/03/2001 03:03:59 AM >=20 > Please respond to general@xml.apache.org >=20 > To: general@xml.apache.org > cc: >=20 > Subject: crimson 1.1 >=20 >=20 >=20 >=20 > Hi, >=20 > I'm trying to rebuild crimson 1.1 and created a little build.xml : > But build failed on 2 classes =3D> >=20 > init: > ------------------- Crimson 1.1 [2000-2001] --------- >=20 > prepare: > [mkdir] Created dir: /root/crimson-1.1/build > [mkdir] Created dir: /root/crimson-1.1/build/classes > [mkdir] Created dir: /root/crimson-1.1/build/docs > [mkdir] Created dir: /root/crimson-1.1/build/docs/api > [mkdir] Created dir: /root/crimson-1.1/dist > [mkdir] Created dir: /root/crimson-1.1/dist/docs > [mkdir] Created dir: /root/crimson-1.1/dist/docs/api > [mkdir] Created dir: /root/crimson-1.1/dist/lib > [mkdir] Created dir: /root/crimson-1.1/dist/src >=20 > package: > [javac] Compiling 98 source files to=20 > /root/crimson-1.1/build/classes > [javac] > [javac] Found 4 semantic errors compiling > "/root/crimson-1.1/src/org/apache/crimson/jaxp/DocumentBuilder > Impl.java": > [javac] > [javac] 152. > = builder.setIgnoreWhitespace(dbf.isIgnoringElementContentWhitespace()); > [javac] > <--------------------------------------> > [javac] *** Error: No method named=20 > "isIgnoringElementContentWhitespace" > was found in type "javax/xml/parsers/DocumentBuilderFactory". > [javac] > [javac] > [javac] 153. > builder.setExpandEntityReferences(dbf.isExpandEntityReferences()); > [javac] > <----------------------------> > [javac] *** Error: No method named=20 > "isExpandEntityReferences" was found > in type "javax/xml/parsers/DocumentBuilderFactory". > [javac] > [javac] > [javac] 154. > builder.setIgnoreComments(dbf.isIgnoringComments()); > [javac] > <----------------------> > [javac] *** Error: No method named "isIgnoringComments"=20 > was found in > type "javax/xml/parsers/DocumentBuilderFactory". > [javac] > [javac] > [javac] 155. =20 > builder.setPutCDATAIntoText(dbf.isCoalescing > ()); > [javac] =20 > <----------------> > [javac] *** Error: No method named "isCoalescing" was=20 > found in type > "javax/xml/parsers/DocumentBuilderFactory". > [javac] > [javac] Found 1 semantic error compiling > "/root/crimson-1.1/src/org/apache/crimson/jaxp/SAXParserFactor > yImpl.java": > [javac] > [javac] 154. xmlReader =3D=20 > newSAXParser0().getXMLReader(); > [javac] =20 > <----------------------------> > [javac] *** Error: No method named "getXMLReader" was=20 > found in type > "javax/xml/parsers/SAXParser". >=20 > BUILD FAILED >=20 > /root/crimson-1.1/build.xml:71: Compile failed, messages=20 > should have been > provided. >=20 > Total time: 7 seconds >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > In case of troubles, e-mail: webmaster@xml.apache.org > To unsubscribe, e-mail: general-unsubscribe@xml.apache.org > For additional commands, e-mail: general-help@xml.apache.org > *******Attachment(s) have been removed******* >=20 >=20