Project:
View Revisions: Issue #44625 | [ Back to Issue ] | ||
Summary | 0044625: Remove or fix xercesImpl.jar library to support eclipse java 11 | ||
Revision | 2020-07-27 12:53 by cberner | ||
Steps To Reproduce | 1. Open an erp environment in Eclipse and set the compiler to Java 11. 2. Apply 44625_reproduce.diff attached to this issue. 3. Build project, errors should show up in the build process. |
||
Revision | 2020-07-27 12:49 by cberner | ||
Steps To Reproduce | Open an erp environment in Eclipse and set the compiler to Java 11. | ||
Revision | 2020-07-17 10:33 by cberner | ||
Description | Eclipse ecj compiler generates an error when xercesImpl.jar is present because it collides with JDK package org.w3c.dom.html. This jar is present in the ERP. There's a bug reported on their website to fix this, but there seems to be no plan to fix it soon.[1] This has to be fixed to support working with Eclipse on java 11. [1] https://issues.apache.org/jira/browse/XERCESJ-1689 [^] |
||
Revision | 2020-07-17 10:32 by cberner | ||
Description | Eclipse ecj compiler generates an error when this xercesImpl.jar is present because it collides with JDK package org.w3c.dom.html. There's a bug reported on their website to fix this, but there seems to be no plan to fix it soon.[1] This has to be fixed to support working with Eclipse on java 11. [1] https://issues.apache.org/jira/browse/XERCESJ-1689 [^] |
Copyright © 2000 - 2009 MantisBT Group |