Re: [xml-dev] compile error in 3.5 tax/lib

Rich Unger <[email protected]> Thu, 13 Mar 2003 11:43:56 -0800
Newsgroups gmane.comp.java.netbeans.modules.xml.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
Ah, figured it out.  I had been doing some stuff with jaxb, which
comes with the webservices toolkit, which comes with a different
version of xerces, and the docs have me putting that in
$JRE/lib/endorsed, and of course THAT version doesn't have
XMLLocator.getSystemId()

Whew.  What a mess.

Rich

On Thu, 13 Mar 2003 11:06:55 -0800, Rich Unger
<[email protected]> wrote:

>compile:
>     [echo] Compiling TAX library classes...
>    [javac] Compiling 138 source files to
>C:\src\netbeans\xml\tax\lib\src
> [for-each]
>C:\src\netbeans\xml\tax\lib\src\org\netbeans\tax\io\XNIBuilder.java:1513:
>cannot resolve
> symbol
> [for-each] symbol  : method getSystemId ()
> [for-each] location: interface org.apache.xerces.xni.XMLLocator
> [for-each]                     String entity = locator.getSystemId
>();
> [for-each]                                            ^
> [for-each] Note:
>C:\src\netbeans\xml\tax\lib\src\org\netbeans\tax\io\XNIBuilder.java
>uses or overri
>des a deprecated API.
> [for-each] Note: Recompile with -deprecation for details.
> [for-each] 1 error
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]