[protobuf] Re: Python Packaging Changes

2011-07-19 Thread David Cramer
One more slight change to make it so it can be packaged (sdist) and installed via that package: http://pastie.org/2238965 -- David Cramer twitter.com/zeeg disqus.com/zeeg On Tuesday, July 19, 2011 at 12:15 PM, David Cramer wrote: Just realized I added a couple of unrelated files to this

[protobuf] Python Packaging Changes

2011-07-19 Thread David Cramer
We've made some changes to the way protobufs is package that way you can actually install it using the standard tools: https://github.com/dcramer/protobufs/commit/91ccc2e149601968adbf74b9ed258038c427615d If someone could pull this in upstream that'd be great -- You received this message

[protobuf] Java - DynamicMessage and FileDescriptorProto

2011-07-19 Thread yoave
Hi all, I've got 2 questions: 1. how do I generate a Descriptor from a FileDescriptorProto in Java? In cpp, I'm using DescriptorPool class's 'BuildFile()' functionality. 2. how do I generate a Dynamic Message from a Descriptor in Java? In cpp, I'm using DynamicMessageFactory class's

[protobuf] Re: Python Packaging Changes

2011-07-19 Thread David Cramer
Just realized I added a couple of unrelated files to this commit. This should be a more correct diff: http://pastie.org/2238786 -- David Cramer twitter.com/zeeg disqus.com/zeeg On Tuesday, July 19, 2011 at 12:09 PM, David Cramer wrote: We've made some changes to the way protobufs is

[protobuf] Re: Issue 185 in protobuf: java package doesn't contains compiler/plugin.proto generated classes.

2011-07-19 Thread protobuf
Comment #5 on issue 185 by aant...@gmail.com: java package doesn't contains compiler/plugin.proto generated classes. http://code.google.com/p/protobuf/issues/detail?id=185 Has there been any progress on this ticket? It would be awesome to be able to create plugins implemented in Java.

[protobuf] Re: Protobufs to XML

2011-07-19 Thread Alex Antonov
Look at this library: http://code.google.com/p/protobuf-java-format/ On Jul 9, 4:40 pm, Rinku rinkuta...@gmail.com wrote: Hello, Can someone help me get the decoded data stored in a protobuf on to an xml file? How do I do that? -- You received this message because you are subscribed to the

[protobuf] protoc plugin generator using Java

2011-07-19 Thread Alex Antonov
I've tried to use the experimental Java support for writing the protoc plugins from http://codereview.appspot.com/912042/show Everything got compiled correctly but when I started using it, got the following error: protoc --java_out=. --plugin=protoc-gen-my --my_out=. config.proto --my_out: