[ http://issues.apache.org/jira/browse/XERCESJ-1103?page=all ]
     
Michael Glavassevich resolved XERCESJ-1103:
-------------------------------------------

    Resolution: Invalid

I think you must mean xml-commons-1.0.b2 which has a rather ancient copy of 
xml-apis.jar containing JAXP 1.1.  Xerces 2.7.x requires the JAXP 1.3 APIs so 
this is why the compile fails with the jar you tried.  The version of 
xml-apis.jar in Xerces-J-tools.2.7.1.tar.gz is xml-commons-external-1.3.02 and 
contains JAXP 1.3.  You can find that out by looking in the jar manifest.

You won't find that release anywhere besides the corresponding tag on CVS.  
There haven't been any official releases from xml-commons since 2003.  If 
there's some reason you think it's important to have one send an e-mail to 
[EMAIL PROTECTED]  In future for questions such as this please ask them on the 
mailing lists before opening a bug report.

> Can't build Xerces 2.7.1 with released version of Apache Xml-Commons apis 1.1 
> b2
> --------------------------------------------------------------------------------
>
>          Key: XERCESJ-1103
>          URL: http://issues.apache.org/jira/browse/XERCESJ-1103
>      Project: Xerces2-J
>         Type: Bug
>   Components: Other
>     Versions: 2.7.1
>  Environment: The build was attempted on a Linux system but the problem is 
> with contents of a jar file, so it should happen regardless of the OS.
>     Reporter: Fernando Nasser

>
> When using the xml-apis.jar obtained by dowmloading it from Apache 
> XML-Commons one gets:
> compile:
>      [copy] Copying 13 files to 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/classes
>    [xjavac] Compiling 657 source files to 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/classes
>    [xjavac] 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/src/org/apache/xerces/dom/ElementImpl.java:27:
>  cannot resolve symbol
>    [xjavac] symbol  : class TypeInfo
>    [xjavac] location: package dom
>    [xjavac] import org.w3c.dom.TypeInfo;
>    [xjavac]                    ^
>    [xjavac] 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/src/org/apache/xerces/dom/ParentNode.java:28:
>  cannot resolve symbol
>    [xjavac] symbol  : class UserDataHandler
>    [xjavac] location: package dom
>    [xjavac] import org.w3c.dom.UserDataHandler;
>    [xjavac]                    ^
>    [xjavac] 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/src/org/apache/xerces/dom/NodeImpl.java:24:
>  cannot resolve symbol
>    [xjavac] symbol  : class UserDataHandler
>    [xjavac] location: package dom
>    [xjavac] import org.w3c.dom.UserDataHandler;
>    [xjavac]                    ^
>    [xjavac] 
> /usr/src/build/620177-noarch/BUILD/xerces-2_7_1/build/src/org/apache
> (...)
> What version of xml-commons corresponds to the tools/xml-apis.jar shipped in
> Xerces-J-tools.2.7.1.tar.gz ?
> Thanks for you help (or for the fix).

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to