-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure - source option 5 no longer supported #1
Comments
It looks like a simple four-line fix. I’ll check it in today or tomorrow. @tibiduka, can you test the change once I check it in? I can’t duplicate it on my ancient Vista system. |
Fixed checked in and pushed and tagged as “Issue-1-fix-candidate”. Unfortunately, I cannot test this at this time. But you should be able to refresh your clone of the repository and build it now. |
You should be able to download the Explorer application and run it directly; it includes all dependencies that are not part of the JRE. See the Readme for instructions on running it. |
I’ve run into this now compiling with Java 14 and can confirm this fixes it. I’ll be releasing Version 2.0.0 with some bug fixes and targeting Java 9 or later this month. |
@tibiduka, I have just released version 1.1.0 of this project, which targets Java 11. You should be able to build the project using Java 13, but even easier, you can also download the Explorer jar file and run it directly without compiling. |
I have a limited knowledge of building this, so I might be missing something, but I got a build failure when running "mvn package" (see attachment for logs).
Environment:
OS
macOS 10.14.6
JAVA
java version "13.0.1" 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
MVN
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/apache-maven-3.6.3
Java version: 13.0.1, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home
Default locale: en_CA, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"
mvn_err.txt
The text was updated successfully, but these errors were encountered: