[protobuf] How do I refer to protobuf definitions in another module in Maven?

2013-12-05 Thread Derek Ealy
Hi I have a project made up of several modules. Up until now all of my protobuf files have all been defined together in the same module A, so them referring to each other via import statements has not been difficult. Module A has many proto files all packaged into a zip file something like A-1

[protobuf] Re: Issue 501 in protobuf: Generated Java code exceeds code size limit due to repetitive adding to ExtensionRegistry

2013-12-05 Thread Jacek Dudarew
W dniu wtorek, 3 grudnia 2013 20:48:05 UTC+1 użytkownik prot...@googlecode.com napisał: > > > Comment #3 on issue 501 by daniel.m...@crowdstrike.com: Generated Java > code > exceeds code size limit due to repetitive adding to ExtensionRegistry > http://code.google.com/p/protobuf/issues/deta

[protobuf] Re: Issue 501 in protobuf: Generated Java code exceeds code size limit due to repetitive adding to ExtensionRegistry

2013-12-05 Thread Jacek Dudarew
W dniu środa, 17 kwietnia 2013 02:23:37 UTC+2 użytkownik prot...@googlecode.com napisał: > > Status: New > Owner: liu...@google.com > Labels: Type-Defect Priority-Medium > > New issue 501 by compuwar...@gmail.com: Generated Java code exceeds code > > size limit due to repetitive adding t

[protobuf] nooby question: output file extension from protoc

2013-12-05 Thread Anthony Glaser
By default the protoc commands outputs a file with an extension of .pb.cc from a file foo.proto with --cpp_out . Is there a way to make the output foo.pb.cpp from that same foo.proto instead of foo.pb.cc? I looked through the configure file and didn't see a way to do it, googled around a bit an