
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
07/Dec/08 05:57 AM
|
|
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.
|
|
Description
|
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. |
Show » |
|
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...