Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.0-milestone-2
-
Fix Version/s: 1.0-milestone-4
Description
Something changed between Milestone 1 and Milestone 2 to cause this:
Sanctum-Sanctorium:bin robert$ gradle -version
FAILURE: Build failed with an exception.
- What went wrong:
Could not locate JNA native lib resource '/com/sun/jna/darwin-universal/libjnidispatch.dylib'.
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Milestone 1 works just fine. Now, that's almost certainly an OS-X OpenJDK 7 issue, so I marked it as "trivial", but I wanted to make people aware.
I've found the same thing going from mileston-1 to milestone-2 but with Solaris-i386.
$ ./gradle
FAILURE: Build failed with an exception.
Could not locate JNA native lib resource '/com/sun/jna/sunos-i386/libjnidispatch.so'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
$ java -version
java version "1.6.0_21"
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
$ java -version java version "1.6.0_21"