I am using protostuff-maven-plugin 1.0.0.M7. Currently I have to put
all classes into one big proto file. multiple .proto files can't avoid
cross referencing
On Feb 7, 10:36 pm, Kenton Varda <
ken...@google.com> wrote:
> With protoc (the standard compiler), this should produce a simple error.
> Since Ken said he "got StackOverFlow exception", it sounds like he's using
> some other compiler (not written in C++).
>
> On Mon, Feb 7, 2011 at 10:26 AM, Pherl Liu <
liuj...@google.com> wrote:
> > You probably need to break up your proto files to eliminate the circular
> > dependency.. (i.e. have multiple .proto files for a package, and only import
> > necessary .proto files).
>