SandroGrzicic / ScalaBuff

the scala protocol buffers (protobuf) compiler
Other
219 stars 80 forks source link

Error: Cannot access specified resource #98

Closed corradio closed 9 years ago

corradio commented 9 years ago

Seems like import commands with relative paths are not supported? e.g. import "test.proto" yields an IO Exception, but using the absolute path instead works?

corradio commented 9 years ago

Actually seems like it the path is relative to the source root. Doing `import "src/main/protobuf/test.proto" works.