core-jgi/org.adempiere.base
hieplq 69c91e1111 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016

1. use latest jdt for support jdk10

2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation

2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] 	import javax.activation.DataSource;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')

3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
..
.settings IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project/build/poi) 2018-10-25 06:59:03 +07:00
META-INF IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue) 2018-10-25 23:59:10 +07:00
OSGI-INF
schema
src IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (CLogMgt ConfigurationListener) 2018-10-24 15:51:33 +07:00
.classpath IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project/build/poi) 2018-10-25 06:59:03 +07:00
.packaging
.project IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
buckminster.cspex
build.properties IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
copyjars.xml IDEMPIERE-3531:standard maven repository url 2018-02-03 16:38:23 +07:00
documentation.bat
packaging-build.xml
plugin.xml
pom.xml IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue) 2018-10-25 23:59:10 +07:00