Re: [protobuf] Problem with java generation when using imports

2011-01-11 Thread Kenton Varda
Can you provide a small, self-contained example? On Mon, Jan 10, 2011 at 7:13 AM, Meghana wrote: > Hi, > > I am using imports in my proto files. So, B has an import of A. When I > generate the java code for B, all references to A are specified as A.A > i.e. A(dot)A. It does not seem to be picking

[protobuf] Problem with java generation when using imports

2011-01-10 Thread Meghana
Hi, I am using imports in my proto files. So, B has an import of A. When I generate the java code for B, all references to A are specified as A.A i.e. A(dot)A. It does not seem to be picking up the java_outer_classname from A. Any idea what's going wrong? Thanks. -- You received this message b