It looks like your problem is that your file name actually has a space
tacked on to the end of it.  That is, the name is "MyClass.proto " <- note
the last space.  You should get rid of that space.

On Tue, Aug 4, 2009 at 9:54 AM, Tai <maitai.tru...@gmail.com> wrote:

>
> I got a strange behaviour when compiling a protofile (e.g.
> MyClass.proto). The generated java class is then called MyClassProto.
> All other proto files works fine. As a workaround I have added the
> following line to the proto file:
>
> option java_outer_classname = "MyClass";
>
> Any idea what I am doing wrong?
>
> Thanks Tai
> >
>

--~--~---------~--~----~------------~-------~--~----~
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