facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Swift2Thrift generator #88

Closed alandau closed 11 years ago

alandau commented 11 years ago

Swift2Thrift generator gets a list of Java classes on the command line and produces a .thrift file that would have generated these classes.

l3fang commented 11 years ago

:+1:

andrewcox commented 11 years ago

Before every checkin, make sure it passes all the checks with 'mvn clean verify'. This will do a whole lot of helpful checks.

It currently chokes up with some "Used undeclared dependencies" in swift-generator.

alandau commented 11 years ago

Addressed all issues and pushed