Hi,

I have a proto file (first.proto) in folder abc and package abc. I
need to create a new proto file (second.proto) in another folder xyz
and new package, which needs to include first.proto

I have tried

import "abc/fist.proto" ==> Doesn't work. Proto Compiler errors
import "../sbc/first.proto" ==> Doesn't work. Proto Compiler errors

Whats the best way to achieve this?

 -- DK

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