[ http://issues.apache.org/jira/browse/XERCESJ-1103?page=comments#action_12332012 ]
Michael Glavassevich commented on XERCESJ-1103: ----------------------------------------------- I agree what the manifest currently has in it is confusing since the API sources come from the ASF and not Sun (who originally donated them to Apache). I also noticed all the Implementation-Title attributes have javax.xml.transform as their value, a copy and paste error I'll fix with the Bugzilla report you opened. The JAR file specification doesn't define an attribute called "Specification-URL" so the entries will look like: Name: javax/xml/validation/ Comment: xml-commons for http://xml.apache.org/ subproject's use Specification-Title: JSR 206 Java API for XML Processing 1.3 Specification-Version: 1.3 Specification-Vendor: Sun Microsystems Inc. Implementation-Title: javax.xml.validation Implementation-Version: @impl.version@ Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/commons/ > 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]
