I'd like to have a release since when I try to rebuild the 
latest 1.1 (april) I got the following error :

Buildfile: build.xml

jaxp.jar:
     [copy] Could not find file /root/crimson-1.1/lib/jaxp.jar to copy.

prepare:
    [mkdir] Created dir: /root/build/crimson
    [mkdir] Created dir: /root/build/crimson/classes

compile:
    [javac] Compiling 98 source files to /root/build/crimson/classes
    [javac]
/root/crimson-1.1/src/org/apache/crimson/jaxp/SAXParserFactoryImpl.java:154:
cannot resolve symbol
    [javac] symbol  : method getXMLReader  ()
    [javac] location: class javax.xml.parsers.SAXParser
    [javac]             xmlReader = newSAXParser0().getXMLReader();
    [javac]                                      ^
    [javac]
/root/crimson-1.1/src/org/apache/crimson/jaxp/DocumentBuilderImpl.java:152:
cannot resolve symbol
    [javac] symbol  : method isIgnoringElementContentWhitespace  ()
    [javac] location: class javax.xml.parsers.DocumentBuilderFactory
    [javac]
builder.setIgnoreWhitespace(dbf.isIgnoringElementContentWhitespace());
    [javac]                                        ^
    [javac]
/root/crimson-1.1/src/org/apache/crimson/jaxp/DocumentBuilderImpl.java:153:
cannot resolve symbol
    [javac] symbol  : method isExpandEntityReferences  ()
    [javac] location: class javax.xml.parsers.DocumentBuilderFactory
    [javac]
builder.setExpandEntityReferences(dbf.isExpandEntityReferences());
    [javac]                                              ^
    [javac]
/root/crimson-1.1/src/org/apache/crimson/jaxp/DocumentBuilderImpl.java:154:
cannot resolve symbol
    [javac] symbol  : method isIgnoringComments  ()
    [javac] location: class javax.xml.parsers.DocumentBuilderFactory
    [javac]         builder.setIgnoreComments(dbf.isIgnoringComments());
    [javac]                                      ^
    [javac]
/root/crimson-1.1/src/org/apache/crimson/jaxp/DocumentBuilderImpl.java:155:
cannot resolve symbol
    [javac] symbol  : method isCoalescing  ()
    [javac] location: class javax.xml.parsers.DocumentBuilderFactory
    [javac]         builder.setPutCDATAIntoText(dbf.isCoalescing());
    [javac]                                        ^
    [javac] 5 errors

BUILD FAILED

/root/crimson-1.1/build.xml:47: Compile failed, messages should have been
provided.


The latest xml-crimson from cvs works but I'd like to a release (may be
1.1.1 ?)

Regards

-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
>Sent: Friday, June 22, 2001 4:26 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [POLL] Tomcat 3.x RPMS : Which XML Parser to be put in ? :
>WA S : XML parser: old version
>
>
>For Tomcat defintely the best option would be CRIMSON, as it's 
>TINY, fast,
>compliant, and it works... And it shouldn't crash the whole 
>shit if you have
>JAXP already installed somewhere....
>
>    Pier
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
> :


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to