-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Make it possible to run ScalaPB outside SBT #17
Comments
@thesamet Have you guys seen this: https://github.com/os72/protoc-jar ? |
@ahjohannessen This looks really useful. Thanks! |
@nadavsr Yep, that could eliminate the need to have a |
@nadavsr @thesamet Would it be possible that you guys upgrade to sbt-protobuf 0.4.0: https://github.com/sbt/sbt-protobuf/blob/master/notes/0.4.0.markdown It has ability to run |
Yes, this is planned to happen soon. On Thu, May 7, 2015 at 4:16 AM, Alex Henning Johannessen <
-Nadav |
I've built ScalaPB 0.4.12 to depend on sbt-protobuf 0.4.0. I added to http://trueaccord.github.io/ScalaPB/sbt-settings.html instructions on how to use protoc-jar to avoid the dependency on protoc. This is progress in the right direction, but the main issue of running ScalaPB outside SBT still remains. |
This is great! 👍 Thank you very much for doing this :) Going to try it out now |
It works great 👍 I wondered why the following is printed out:
It detects OS X correctly, but then it logs that it executes an |
Found that it comes from here: https://github.com/os72/protoc-jar/blob/master/src/main/java/com/github/os72/protocjar/Protoc.java#L103 |
There is now a supported way to run ScalaPB directly ftrom the command line, outside SBT. Look for |
No description provided.
The text was updated successfully, but these errors were encountered: