You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Edwin Goei <Ed...@eng.sun.com> on 2001/01/30 04:24:24 UTC

Xerces 2 build

I just tried to build Xerces 2 with ant and get the following error. 
Any ideas?

-Edwin

compile:
    [javac] Compiling 1 source file to /d1/ws2/xml-xerces/build/classes
    [javac]
/d1/ws2/xml-xerces/build/src/org/apache/xerces/impl/xpath/XPathMatcher.java:902:
Wrong number of arguments in constructor.
    [javac]                     new
org.apache.xerces.parsers.XMLDocumentParser(symbols) {
    [javac]                     ^
    [javac] 1 error

BUILD FAILED

Re: Xerces 2 build

Posted by Andy Clark <an...@apache.org>.
Ted Leung wrote:
> But you created another:

Crap! That class isn't even used; not sure why it's still 
in the build. Now it's fixed. Please don't tell me I broke
something else... ;)

-- 
Andy Clark * IBM, TRL - Japan * andyc@apache.org

Re: Xerces 2 build

Posted by Ted Leung <tw...@sauria.com>.
But you created another:

compile:
    [javac] Compiling 497 source files to
C:\Work\ASF\xml-xerces\java\build\clas
ses
    [javac]
C:\Work\ASF\xml-xerces\java\build\src\org\apache\xerces\impl\validat
ion\validators\XMLDTDValidator.java:755: No constructor matching
DTDGrammar() fo
und in class org.apache.xerces.impl.validation.grammars.DTDGrammar.
    [javac]         fDTDGrammar = new DTDGrammar();
    [javac]                       ^
    [javac] 1 error

BUILD FAILED


Any objection to me updating the build file to use ant-1.2?

Ted

----- Original Message -----
From: "Andy Clark" <an...@apache.org>
To: <xe...@xml.apache.org>
Sent: Monday, January 29, 2001 8:15 PM
Subject: Re: Xerces 2 build


> Edwin Goei wrote:
> > I just tried to build Xerces 2 with ant and get the following error.
> > Any ideas?
>
> Oops! Sorry 'bout that -- I just checked in the code to fix that
> problem. I'm glad to see someone actually trying the code, though! :)
>
> --
> Andy Clark * IBM, TRL - Japan * andyc@apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org
>


Re: Xerces 2 build

Posted by Andy Clark <an...@apache.org>.
Edwin Goei wrote:
> I just tried to build Xerces 2 with ant and get the following error.
> Any ideas?

Oops! Sorry 'bout that -- I just checked in the code to fix that
problem. I'm glad to see someone actually trying the code, though! :)

-- 
Andy Clark * IBM, TRL - Japan * andyc@apache.org

Re: Xerces 2 build

Posted by Andy Clark <an...@apache.org>.
Edwin Goei wrote:
> Oh and also, I'm assuming that the latest docs on Xerces 2 are at
> http://xml.apache.org/~andyc/.  Let me know if this isn't correct.

I haven't had much time to actually keep them up to date. However,
I did refresh the design API recently because we started talking
about XNI in another thread.

-- 
Andy Clark * IBM, TRL - Japan * andyc@apache.org

Re: Xerces 2 build

Posted by Edwin Goei <Ed...@eng.sun.com>.
Oh and also, I'm assuming that the latest docs on Xerces 2 are at
http://xml.apache.org/~andyc/.  Let me know if this isn't correct.

-Edwin