On Tue, Feb 8, 2011 at 8:04 PM, Ken <ke.lane....@gmail.com> wrote:

> 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
>
You're posting in the wrong googlegroups :-)
Might wanna file a bug report on the googlecode issue tracker of protostuff.

>
> 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).
> >
> > > On Mon, Feb 7, 2011 at 5:42 PM, Ken <ke.lane....@gmail.com> wrote:
> >
> > >> Hi,
> >
> > >> I have two proto files: A.proto and B.proto. If I import package B in
> > >> A and import A in B, I got StackOverFlow exception during compiling.
> > >> Does anyone know any sulotion for it?
> >
> > >> Thanks,
> >
> > >> Ken
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Protocol Buffers" group.
> > >> To post to this group, send email to protobuf@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> protobuf+unsubscr...@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/protobuf?hl=en.
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Protocol Buffers" group.
> > > To post to this group, send email to protobuf@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > protobuf+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/protobuf?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to protobuf@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>


-- 
When the cat is away, the mouse is alone.
- David Yu

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to