We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Although I receive no errors when compiling for other languages including Java, when I try compiling for Scala I get the following error:
Error: No bin/java and no environment variable JAVA_HOME --scala_out: protoc-gen-scala: Plugin failed with status code 1.
The script running the image is similar to the one posted here, but tweaked to only use the protoc-all image, like so:
protoc-all
docker run -v `pwd`:/defs namely/protoc-all -d . -l $lang
So in this case, lang=scala.
lang=scala
The text was updated successfully, but these errors were encountered:
@pnadon Did you find a solution to this ?
Sorry, something went wrong.
Unfortunately no, we ended up switching to omniproto instead, so far it's met our requirements.
No branches or pull requests
Hello,
Although I receive no errors when compiling for other languages including Java, when I try compiling for Scala I get the following error:
The script running the image is similar to the one posted here, but tweaked to only use the
protoc-all
image, like so:So in this case,
lang=scala
.The text was updated successfully, but these errors were encountered: