Hey all! I saw that you guys released 1.0.11 of the protobuf-dt, so
first, let me congratulate you on the release. I'm still very excited
to be using it, and the bug fix that handles the folder hierarchy
issue in Windows (
http://code.google.com/p/protobuf-dt/issues/detail?
id=119&can=1&q=windows). However, I'm running into a new problem
related to imported protos when compiling.
Essentially, the "common" .proto compiles the Java class fine, but
when I attempt to compile the "extension" .proto, nothing happens. I
did check the error log this time, but I didn't see any exceptions
being thrown from the plug-in. I guess my first question would be, is
this functionality supposed to be there (protoc integration
for .protos importing other .protos) and if so, is there anything
different I should be doing from the regular .protos?