Skip to content
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

Try to be more helpful when JNI libraries are missing #1516

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

JakeWharton
Copy link
Collaborator

When directory missing, such as on a fresh clone:

* What went wrong:
Execution failed for task ':zipline:jvmProcessResources'.
> Native libraries missing or outdated!

  See https://github.com/cashapp/zipline/blob/trunk/TROUBLESHOOTING.md#missing-jni-libraries

  Expected 4 files, found:
   - None!

When missing files:

* What went wrong:
Execution failed for task ':zipline:jvmProcessResources'.
> Native libraries missing or outdated!

  See https://github.com/cashapp/zipline/blob/trunk/TROUBLESHOOTING.md#missing-jni-libraries

  Expected 4 files, found:
   - aarch64/libquickjs.dylib
   - aarch64/libquickjs.so
   - x86_64/libquickjs.dylib

From #1512

When directory missing, such as on a fresh clone:

```
* What went wrong:
Execution failed for task ':zipline:jvmProcessResources'.
> Native libraries missing or outdated!

  See https://github.com/cashapp/zipline/blob/trunk/TROUBLESHOOTING.md#missing-jni-libraries

  Expected 6 files, found:
   - None!
```

When missing files:

```
* What went wrong:
Execution failed for task ':zipline:jvmProcessResources'.
> Native libraries missing or outdated!

  See https://github.com/cashapp/zipline/blob/trunk/TROUBLESHOOTING.md#missing-jni-libraries

  Expected 4 files, found:
   - aarch64/libquickjs.dylib
   - aarch64/libquickjs.so
   - x86_64/libquickjs.dylib
```
@JakeWharton
Copy link
Collaborator Author

Hmm why are Android and iOS causing JVM resource task to run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant