[protobuf] Need help reading protobuf in Java that was compiled for C++ and does not have descriptor

2011-10-05 Thread Dale Durham
Hi All, I am fairly new to protobufs, so please bear with me. I am receiving protobuf messages that were compiled for C++ and I need to read them in Java. They are created WITHOUT descriptors by the provider and I cannot change that but I do have access to the base .proto files that the messages

[protobuf] Re: Need help reading protobuf in Java that was compiled for C++ and does not have descriptor

2011-10-06 Thread Dale Durham
for working with them? protoc --java_out=./gen-src myproto.proto On Oct 5, 1:12 pm, Dale Durham geny...@gmail.com wrote: Hi All, I am fairly new to protobufs, so please bear with me. I am receiving protobuf messages that were compiled for C++ and I need to read them in Java

[protobuf] File Descriptors and naming

2011-10-08 Thread Dale Durham
Hi All. Is there a way to set a file descriptor name for dependencies? I have a base proto A with an A.proto file containing the message structure and an A.desc file containing the description. If proto A references proto X and Y, I need to get the full proto X and Y names and then change their

[protobuf] Re: A bit more protobuf help please

2011-10-11 Thread Dale Durham
Thanks again for all your help Benjamin!!! I just got it all working and would still probably be tinkering without your help. Dale On Oct 11, 9:52 am, Dale Durham geny...@gmail.com wrote: Never mind, I figured it out. My descriptor files are named differently. So when the dependency list