You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/12 23:23:55 UTC

[jira] Updated: (XERCERJ-373) ant compile-dom3 fails

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:23 PM
    Changes:
             Attachment changed from build.xmlpatch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-373?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-373

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-373
    Summary: ant compile-dom3 fails
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Vivek Pandey

    Created: Tue, 9 Jul 2002 7:57 PM
    Updated: Mon, 12 Apr 2004 2:23 PM
Environment: Operating System: All
Platform: All

Description:
ant compile-dom3 fails because of incorrect import of DOMError and
DOMErrorHandler. This happens in org.apache.xerces.dom3.ls files
DOMWriter.java,DOMBulder.java and ParseErrorEvent.java.

Including the patch which has the fix.

-vivek.

---------- patch file------
Index: xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMBuilder.java
===================================================================
RCS file:
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMBuilder.java,v
retrieving revision 1.1
diff -c -r1.1 DOMBuilder.java
*** xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMBuilder.java       13 Nov
2001 02:00:59 -00001.1
--- xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMBuilder.java       9 Jul
2002 19:47:45 -0000
***************
*** 15,22 ****
  import org.w3c.dom.Document;
  import org.w3c.dom.Node;
  import org.w3c.dom.DOMException;
! import org.apache.xerces.dom3.DOMErrorHandler;
! 
  /**
   * A interface to an object that is able to build a DOM tree from various 
   * input sources.
--- 15,21 ----
  import org.w3c.dom.Document;
  import org.w3c.dom.Node;
  import org.w3c.dom.DOMException;
! import org.w3c.dom.DOMErrorHandler;
  /**
   * A interface to an object that is able to build a DOM tree from various 
   * input sources.
Index: xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMWriter.java
===================================================================
RCS file:
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMWriter.java,v
retrieving revision 1.2
diff -c -r1.2 DOMWriter.java
*** xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMWriter.java        10 Jun
2002 19:15:11 -00001.2
--- xml-xerces/java/src/org/apache/xerces/dom3/ls/DOMWriter.java        9 Jul
2002 19:47:45 -0000
***************
*** 14,20 ****
  
  import org.w3c.dom.Node;
  import org.w3c.dom.DOMException;
! import org.apache.xerces.dom3.DOMErrorHandler;
  
  /**
   *  DOMWriter provides an API for serializing (writing) a DOM document out in 
--- 14,20 ----
  
  import org.w3c.dom.Node;
  import org.w3c.dom.DOMException;
! import org.w3c.dom.DOMErrorHandler;
  
  /**
   *  DOMWriter provides an API for serializing (writing) a DOM document out in 
Index: xml-xerces/java/src/org/apache/xerces/dom3/ls/ParseErrorEvent.java
===================================================================
RCS file:
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom3/ls/ParseErrorEvent.java,v
retrieving revision 1.1
diff -c -r1.1 ParseErrorEvent.java
*** xml-xerces/java/src/org/apache/xerces/dom3/ls/ParseErrorEvent.java  13 Nov
2001 02:00:59 -00001.1
--- xml-xerces/java/src/org/apache/xerces/dom3/ls/ParseErrorEvent.java  9 Jul
2002 19:47:45 -0000
***************
*** 13,19 ****
  package org.apache.xerces.dom3.ls;
  
  import org.w3c.dom.events.Event;
! import org.apache.xerces.dom3.DOMError;
  
  /**
   * ParseErrorEvent is the event that is fired if there's an error in the XML 
--- 13,19 ----
  package org.apache.xerces.dom3.ls;
  
  import org.w3c.dom.events.Event;
! import org.w3c.dom.DOMError;
  
  /**
   * ParseErrorEvent is the event that is fired if there's an error in the XML


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org