xmlParserAPIs.jar is still referenced in build.xml
--------------------------------------------------
Key: XERCESJ-1120
URL: http://issues.apache.org/jira/browse/XERCESJ-1120
Project: Xerces2-J
Type: Improvement
Components: Build
Versions: 2.7.1
Reporter: elharo
Priority: Minor
Various comments in the build.xml file still reference xmlParserAPIs even
though Xerces now just generates xml-apis.jar. Specifically the following lines:
<echo message=" dtdjars --> generates xercesImpl containing no schema
support or WML/HTML DOM and xercesSamples & xmlParserAPIs jars"/>
<!-- =================================================================== -->
<!-- Builds xercesImpl, xmlParserAPIs and sample jar files -->
<!-- =================================================================== -->
<classpath>
<pathelement location="tests/conformance/utilities.jar"/>
<pathelement location="build/xmlParserAPIs.jar"/>
<pathelement location="build/xercesImpl.jar"/>
</classpath>
<classpath>
<pathelement location="tests/conformance/utilities.jar"/>
<pathelement location="build/xmlParserAPIs.jar"/>
<pathelement location="build/xercesImpl.jar"/>
</classpath>
Now that I look at it those last two are probably genuine bugs since it
references a file by name instead of variable, and the filename referenced is
for a file that no longer seems to be built. Probably all six of these
pathelements should be rewritten to use property references such as ${jar.apis}
--
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]