[protobuf] Problem parsing extended data dynamically

2013-08-19 Thread Ivan Bazhenov
I have exteded data in my .proto file: option java_outer_classname = Foobar; message Foo { optional int32 i = 1; extensions 10 to 9; } message Bar { extend Foo { optional int32 j = 10001; optional string name = 10002; } } message Msg { optional Foo foo = 1;

[protobuf] Compile .proto from java

2013-05-29 Thread Ivan Bazhenov
How do I compile .proto files directly from java program? -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post to