-
Notifications
You must be signed in to change notification settings - Fork 202
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
Errors building Mantis from source following official docs #604
Comments
jpittis
changed the title
Encountering errors building Mantis from source following official docs
Errors building Mantis from source following official docs
Dec 13, 2023
This was referenced Dec 13, 2023
I think this issue is due to JDk17. Try using JDK8 to build. https://sdkman.io/ would be helpful in managing multiple java versions. |
Thanks so much. After installing sdkman, I was able to successfully build Mantis using JDK8:
We should action this ticket by updating the docs from claiming "JDK 8 or higher" to just "JDK 8" and potentially mention sdkman as well as a recommended vendor and version. |
jpittis
added a commit
to jpittis/mantis
that referenced
this issue
Dec 13, 2023
See Netflix#604 for context. The Mantis project does not presently compile will all JDK versions larger or equal to 8.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Hey folks. I'm having some difficulty building the complete Mantis project, as well as its examples from source.
I assume this is my environment being incorrectly configured rather than an issue with the master branch.
It would be awesome if we could figure out what's missing and update the docs to include those dependencies.
Thanks for taking a look!
Reproduction
I get errors when following the build instructions in the README:
I get similar errors when following the instructions from the "Local" tutorial:
I've demonstrated my environment is at least somewhat correctly setup by successfully building mantis-mql from source:
Here's some metadata around what I believe is being used to build Mantis:
Details
It looks like at least two tasks are failing with quite loud stacktraces which I'm partially summarizing below:
The text was updated successfully, but these errors were encountered: