Comment #1 on issue 185 by octo47: java package doesn't contains
compiler/plugin.proto generated classes.
http://code.google.com/p/protobuf/issues/detail?id=185
another peace of code. consider to add protos to package.
this needed, when we want to use options (we need descriptors.proto)
<copy file="../src/google/protobuf/descriptor.proto"
todir="target/generated-sources/google/protobuf"
overwrite="true"/>
<copy file="../src/google/protobuf/compiler/plugin.proto"
todir="target/generated-sources/google/protobuf/compiler"
overwrite="true"/>
--
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.