Open GoogleCodeExporter opened 9 years ago
The commands you used to compile the protos are faulty. You should use:
$ protoc -Ia a/aa.proto --java_out .
$ protoc -Ia -Ib b/bb.proto --java_out .
Let me know if you still experience problems after compiling protos like the
above.
Original comment by xiaof...@google.com
on 15 Nov 2013 at 7:14
Oh, I thought it should be "protoc -Ia aa.proto --java_out ." but it reports
"aa.proto: No such file or directory".
The command usage is a little weird, but it does work, thanks!
Original comment by li...@yahoo-inc.com
on 16 Nov 2013 at 4:05
Original issue reported on code.google.com by
li...@yahoo-inc.com
on 15 Nov 2013 at 6:11