Have you tried putting the import path in quotes?

import "foo.proto"

Second ... The import function needs a path, not the dot notation.

import "com/foo/bar/some.proto" might work?



On Sep 9, 9:26 am, jebrick <jebr...@gmail.com> wrote:
> I want to import 2 files to my proto for compiling.
>
> The package for all of the files are the same.  They are all in the
> same place (src/com/foo/bar)
>
> When  I write the import statement, is it import
> com.foo.bar.some.proto?
>
> My compile command looks like this:
> protoc proto_path=src --java_out=java src/com/foo/bar/some.proto
>
> The errors are simple, it can not find any of the imports and thus can
> not find any thing that references the other files.
>
> What is the correct set up for doing the imports?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@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