[protobuf] Re: How to use protoc.exe in Windows for eclipse luna?

2015-04-06 Thread osuciu
If you use Eclipse with maven (m2e) you could try this plugin
https://github.com/os72/protoc-jar-maven-plugin

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[protobuf] Re: How to use protoc.exe in Windows for eclipse luna?

2015-03-25 Thread V.B.
We happen to use the protobuf-dt https://code.google.com/p/protobuf-dt/ 
plugin for Eclipse. The project (open-source) is owned by two Google 
engineers, but it hasn't been updated in a while - it *really* needs to be 
updated. It can be configured to compile your .proto files (using 
protoc.exe) and place the generated files in a location of your choosing. 
It also supports editing and syntax highlighting of .proto files, which is 
really nice. 
- You can seek additional help at the protobuf-dt google group 
https://groups.google.com/forum/#!forum/protobuf-dt.

You can always compile your .proto files manually outside of Eclipse too, 
or write a script for it.

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.