Tom, make sure that you do a build clean first. You may see the problem
then.
Myriam
Tom Amiro
<Tom.Amiro@Sun To: [EMAIL PROTECTED]
.COM> cc: (bcc: Myriam Midy/CAM/Lotus)
Subject: Re: xsltc.jar compile error
08/29/01 11:43
AM
Please respond
to xalan-dev
That is peculiar. Todd and Morten are on vacation. I had no trouble
building the
jar yesterday after their last checkin. Nothing has changed since. I look
into
it after lunch.
Tom
[EMAIL PROTECTED] wrote:
> When I try to do a complete Xalan-Java build, I get the following compile
> error for the xsltc.jar target:
>
> [javac] C:
> \xml-xalan\java\src\org\apache\xalan\xsltc\dom\DOMImpl.java:2519:
> class org.apache.xalan.xsltc.runtime.SAXAdapter is an abstract class. It
> can't b
> e instantiated.
> [javac] return new SAXAdapter(getBuilder());
> [javac] ^
> [javac] C:
> \xml-xalan\java\src\org\apache\xalan\xsltc\runtime\SAXAdapter.java
> :70: class org.apache.xalan.xsltc.runtime.SAXAdapter must be declared
> abstract.
> It does not define void close() from interface
> org.apache.xalan.xsltc.TransletOu
> tputHandler.
> [javac] public final class SAXAdapter implements
TransletOutputHandler
> {
> [javac] ^
> [javac] 2 errors
>
> BUILD FAILED
>
> Can anyone help?