Re: [xml-dev] compile error in 3.5 tax/lib
Eric Hartmann <[email protected]> 14 Mar 2003 10:15:24 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.xml.devel |
|---|---|
| Organization | Shared Value |
| Message-ID | <[email protected]> |
Hi, You may have a newer version of Xerces instead of 2.0.2 used by Netbeans in your classpath. This function does not exist in those newer version. -Eric On Thu, 2003-03-13 at 20:06, Rich Unger 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] >