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

    Resolution: Fixed

I've replaced all the remaining instances of xmlParserAPIs with xml-apis.  Not 
really serious since the target ("run-conftests") containing the pathelements 
isn't invoked during a build.  It's possible the target is not even usable 
anymore since the "get-conftests" target can no longer connect to CVS at 
sourceforge to retrieve the conformance suite.

> 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 &amp; 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]

Reply via email to