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

<unknown>parser error #132

Open
ghost opened this issue Mar 23, 2017 · 0 comments
Open

<unknown>parser error #132

ghost opened this issue Mar 23, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 23, 2017

I sbt-assembled the jar and this is what i get when trying to use it

java -jar scalabuff-compiler-assembly-1.4.0.jar --proto_path=. --scala_out=.
<unknown>:1:1: string matching regex `\z' expected but `s' found
syntax = "proto3";
^
<unknown>:1:1: string matching regex `\z' expected but `s' found
syntax = "proto3";
^

the .proto file is a minimal example (regardless of whether using proto2 or 3 syntax, and yes, it throws two of the same errors for one file)

syntax = "proto3";
message Example{
  required int32 test = 1;
}
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

No branches or pull requests

0 participants