msgpack / msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
http://hackage.haskell.org/package/msgpack
138 stars 80 forks source link

Java filepath fix #19

Closed delta2323 closed 12 years ago

delta2323 commented 12 years ago

In former implementation, package name is not considered as to where to create client code.

Now, package name is taken into consideration in paths of generated files. For example, when package name is com.msgpack (which is specified by -p option in mpidl), generated file will be created in /com/msgpack/ directory.

tanakh commented 12 years ago

Thank you. Merged.