Skip to content

Commit c2b46be

Browse files
committed
Fix for macOS startup without Oracle JDK 8
Fixes eXist-db#2695 for develop-4.x.x systems.
1 parent d4901f8 commit c2b46be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/scripts/macosx.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<property name="app.resources" value="${app.dir}/Contents/Resources"/>
1818
<property name="app.exist" value="${app.resources}/eXist-db"/>
1919
<property name="app.icon" value="installer/scripts/icon.icns"/>
20-
<property name="appbundler.jar" value="${tools.appbundler}/lib/appbundler-20181006.jar"/>
20+
<property name="appbundler.jar" value="${tools.appbundler}/lib/appbundler-20190531.jar"/>
2121

2222
<condition property="isMacOS">
2323
<and>

tools/appbundler/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This version of appbundler is taken from https://bitbucket.org/infinitekind/appbundler (rev. dcd72b3). This project fixes a number of issues with the original appbundler, https://java.net/projects/appbundler.
1+
This version of appbundler is taken from https://github.com/TheInfiniteKind/appbundler (rev. b42e147). This project fixes a number of issues with the original appbundler, https://java.net/projects/appbundler.
22

3-
Infinitekind only provides source code for appbundler, no releases, so the eXist-db project has to create its own build.
3+
TheInfiniteKind only provides source code for appbundler, no releases, so the eXist-db project has to create its own build.
44

5-
The current binary `lib/appbuilder-20181006.jar` was built by Joe Wicentowski on Oct. 6, 2018 using rev. dcd72b3, Oracle JDK 1.8.0_181-b13, and xcrun version 43 on macOS 10.14. (The xcrun tool and all that is needed to compile appbuilder is included the Xcode Command Line Tools, which can be installed via `xcode-select --install`; a full installation of Xcode is not necessary.)
5+
The current binary `lib/appbundler-20190531.jar` was built by Joe Wicentowski on May 31, 2019 using rev. b42e147, Oracle JDK 1.8.0_211-b12, and xcrun version 43 on macOS 10.13. (The xcrun tool and all that is needed to compile appbuilder is included the Xcode Command Line Tools, which can be installed via `xcode-select --install`; a full installation of Xcode is not necessary.)

0 commit comments

Comments
 (0)