Updates:
Status: WorkingAsIntended
Comment #1 on issue 265 by [email protected]: The import is supported only
if the imported proto’s package is a subset of the importing proto’s package
http://code.google.com/p/protobuf/issues/detail?id=265
you should use package names when include that message. e.g.
message SubProtoB {
optional A.B.C.SuperProtoA proto_a_msg = 1;
}
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.