Re: compile error in trunk tax/lib

Rich Unger <[email protected]> Fri, 19 Sep 2003 14:17:53 -0700
Newsgroups gmane.comp.java.netbeans.modules.xml.devel
Message-ID <[email protected]>
False alarm.  I had a different xerces in my JRE/lib/endorsed, courtesy of
JAXB.

Rich

On Fri, 19 Sep 2003 12:56:54 -0700, Rich Unger wrote:

> Looks like something changed from beneath us when xerces was updated...
> 
> compile:
>      [echo] Compiling TAX library classes...
>     [javac] Compiling 139 source files to C:\src\netbeans-trunk\xml\tax\lib\src
>  [for-each] C:\src\netbeans-trunk\xml\tax\lib\src\org\netbeans\tax\io\XNIBuilder.java:1513: cannot r
> esolve 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-trunk\xml\tax\lib\src\org\netbeans\tax\io\XNIBuilder.java uses or
> overrides a deprecated API.
>  [for-each] Note: Recompile with -deprecation for details.
>  [for-each] 1 error