[
https://issues.apache.org/jira/browse/XERCESJ-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ludger Bünger updated XERCESJ-1297:
-----------------------------------
Attachment: Xerces-ensuring1.2-patch.txt
To ensure that Xerces compiles under a specific JDK I suggest applying the
following patch modifying the classpath under eclipse such that it choses from
the installed SDKs a compilation environment as close to the desired one as
possible (1.2 in this case/1.3 in the future) instead of using the default
execution environment.
This will show compilation errors already in eclipse before commiting if the
respective commiter has a suitable SDK installed.
Replace 1.2 by 1.3 if the community decides to advance to 1.3...
> org.apache.xerces.impl.XMLEntityManager does not compile under JDK 1.2
> ----------------------------------------------------------------------
>
> Key: XERCESJ-1297
> URL: https://issues.apache.org/jira/browse/XERCESJ-1297
> Project: Xerces2-J
> Issue Type: Bug
> Affects Versions: 2.9.1
> Environment: Sun jdk 1.2.2_017
> Reporter: Ludger Bünger
> Priority: Trivial
> Attachments: Xerces-ensuring1.2-patch.txt
>
>
> As with svn commit 473379, org.apache.xerces.impl.XMLEntityManager uses the
> jdk method URL.getPath which is available since JDK 1.3 only.
> Though 1.2 is really old, xerces currently claims JDK 1.2 compatibility.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]