[protobuf] Announcing Haskell protocol-buffers 1.8.0

2010-09-03 Thread Chris Kuklewicz
I have fixed a few reported bugs and I am happy to release the Haskell version of protocol buffers, version 1.8.0 This is split across three Haskell packages: http://hackage.haskell.org/package/protocol-buffers http://hackage.haskell.org/package/protocol-buffers-descriptor

[protobuf] How to import a compiler generated .java file

2010-09-03 Thread Sean
I have a example.proto which will generate example.java. Here is what I want to achieve: 1) I want to organize my directory like the following... project | --build.xml --/src/*java (all java code I wrote, one of the java file needs to import com.mycompany.proto.example to