Re: [protobuf] Import .proto file and generated Java classes from JAR

2014-03-14 Thread Christopher Head
On Mon, 10 Mar 2014 09:22:03 -0700 (PDT) Stik kos stik...@gmail.com wrote: Hello, We have defined a bunch of common messages (like Country, Currency, Money, ...) and packaged them in a JAR together with the generated (and compiled) JAVA classes. We would then like to have multiple projects

[protobuf] Import .proto file and generated Java classes from JAR

2014-03-10 Thread Stik kos
Hello, We have defined a bunch of common messages (like Country, Currency, Money, ...) and packaged them in a JAR together with the generated (and compiled) JAVA classes. We would then like to have multiple projects include this JAR as a dependency. Is it possible to import a .proto file