Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
-
CentOS 6.7, Java-8
git commit 8ac30b8d16316e3e03054cfb3786e6b857b528c0
Description
Building from the git repo fails, while building from the 1.7.1 src download works fine (on the same system). I can easily work around the problem by redefining JAVA_HOME to point to a JDK. The fact that everything works find with 1.7.1 makes me wonder if the JDK is really required.
[INFO] — exec-maven-plugin:1.4.0:exec (test-native-libs) @ accumulo-native —
Makefile:45: *** "JAVA_HOME does not point to a JDK. Exiting...". Stop.
Hmmm, I'm thinking I'll reboot the build VM and retry each build just in case there is some "operator error" involved.
Rebooted build VM and ran "mvn clean" on each source tree. Still get same result. I'll just change my JAVA_HOME to point to a JDK.