nnmatveev / idea-plugin-protobuf

Google Protocol Buffes support for Intellij IDEA
Other
120 stars 39 forks source link

Compile Not Working #71

Open bryaan opened 9 years ago

bryaan commented 9 years ago

I have my .proto file in a source directory.

I right-click "Compile" but nothing seems to happen.

Then I tried setting the output directory to the same source directory - still nothing.

tcripps commented 9 years ago

We don't currently support "compiling" a single .proto file. We generate sources from the protobuf compiler when a module is compiled as a whole. It might be possible to make things work with a single file.