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

2011-01-12 Thread Kenton Varda
I get: // optional .KmObject kmobject = 1; public static final int KMOBJECT_FIELD_NUMBER = 1; private boolean hasKmobject; private KmObjectProtos.KmObject kmobject_ = KmObjectProtos.KmObject.getDefaultInstance(); public boolean hasKmobject() { return hasKmobject; } public K

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

2011-01-12 Thread Meghana
Thanks for the reply Kenton. Here's the example - proto files : option java_outer_classname = "KmObjectProtos"; message KmObject { optional string id = 1; optional string eTag = 2; optional string eTagContents = 3; optional string cDate = 4; optional strin