ADBA feedback
Lance Andersen
lance.andersen at oracle.com
Thu Apr 26 15:34:51 UTC 2018
Hi Lukas,
Thank you for the feedback which is appreciated.
Looks like the URL to the sandbox on the AOJ site does not point to the last push to the sandbox. I will ask for that to be updated.
I can appreciate the desire to have a pom, in the interim you could do the following
Get a clone of the sandbox::
————
hg clone -b JDK-8188051-branch http://hg.openjdk.java.net/jdk/sandbox <http://hg.openjdk.java.net/jdk/sandbox> sandbox
------------
For building the API module you could:
------------------------------------------------
$ mkdir -p mods/jdk.incubator.adba
$ javac -d mods/jdk.incubator.adba/ $(find jdk.incubator.adba -name "*.java")
$ jar --create --file=mlib/jdk.incubator.adba.jar --module-version=1.0 -C mods/jdk.incubator.adba/ .
————————————————————————
You could build the AOJ project via:
------------------------------------------------
$ mkdir -p mods/com.oracle.adbaoverjdbc
$ javac -d mods/com.oracle.adbaoverjdbc/ --module-path mods/ $(find com.oracle.adbaoverjdbc/ -name "*.java”)
$ jar --create --file=mlib/aoj.jar --module-version=1.0 -C mods/com.oracle.adbaoverjdbc/ .
------------------------------------------------
Any changes to the sandbox are in sync with AOJ.
Have not had a chance to look at your comments yet but wanted to at least give you the above in the interim
Best
Lance
<http://oracle.com/us/design/oracle-email-sig-198324.gif>
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
<http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>
More information about the jdbc-spec-discuss
mailing list