[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2014-10-06 Thread protobuf
Updates: Status: WontFix Comment #6 on issue 183 by xiaof...@google.com: --java_out=output_list_file= parameter fails when compiling multiple proto files https://code.google.com/p/protobuf/issues/detail?id=183 (No comment was entered for this change.) -- You received this message

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-29 Thread protobuf
Comment #4 on issue 183 by t.broyer: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 In the event you'd like to fix this anyway, it might be as easy as adding a new method to CodeGenerator: public:

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #1 on issue 183 by ken...@google.com: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 Yeah, this cannot be fixed without design changes. Perhaps you could instead take advantage of .jar output

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #2 on issue 183 by t.broyer: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 I actually do not have a need for it myself, I just stumbled upon it while working on my Java-based plugin (where I

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #3 on issue 183 by ken...@google.com: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 Well, you're the first person ever to report this. I suspect no one actually uses this feature... -- You