Akdeniz / google-play-crawler

Play with Google Play API :)
Other
565 stars 204 forks source link

Add build system #9

Closed Fuzion24 closed 11 years ago

Fuzion24 commented 11 years ago

This add in a build system that automatically generates the .java protobuf parsers from the .proto files. It manages the dependencies rather than including them in a folder. It also builds the project into a self contained .jar.

Fuzion24 commented 11 years ago

As another note, using SBT will also allow you an interactive console. If you run 'sbt console' it will classload all of the appropriate files and allow you to interact with it.

Akdeniz commented 11 years ago

Hi Ryan,

I just did some test with your commits, and it worked like a charm, except I had to change protobuf-java version back to 2.4.1.

This is my first time with SBT and it is very alien for me but learning new things always welcome.

Anyway thanks for your good work.

Regards.