Are you sure you're not trying to compile a modified copy of the source? Line 494 currently has:
throw new IllegalStateException( "HTM15 Tag '" + tagName + "' associated with an Element class that failed to construct.\n" + tagName); Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "Dave Brosius" <[EMAIL PROTECTED]> wrote on 10/17/2006 01:48:01 PM: > compile: > [copy] Copying 13 files to C:\Documents and Settings\Owner\My > Documents\open_source\xerces\build\classes > [xjavac] Compiling 643 source files to C:\Documents and Settings\Owner\My > Documents\open_source\xerces\build\classes > [xjavac] C:\Documents and Settings\Owner\My > Documents\open_source\xerces\build\src\org\apache\html\dom\HTMLDocumentImpl. > java:494: > cannot > find symbol > [xjavac] symbol : variable thrw > [xjavac] location: class org.apache.html.dom.HTMLDocumentImpl > [xjavac] throw new IllegalStateException( "HTM15 Tag '" + > tagName + "' associated with an Element class that failed to co > nstruct.\n" + tagName, thrw); > [xjavac] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
