sbt-thrift icon indicating copy to clipboard operation
sbt-thrift copied to clipboard

sbt 0.12 plugin for generating and compiling thrift files

Results 4 sbt-thrift issues
Sort by recently updated
recently updated
newest added

Hi, I have a project which has a thriftSourceDir like so: thriftSourceDir := file("thrift/src/main/thrift") But those thrift models include thrift models which are pulled into the project from a thrift...

Now it uses features of scala 2.10 and sbt 0.13 that are available nowadays. And can generate a sources for delphi. Before the merge, maybe you need to check version...

Hello I having the following problem when running sbt or sbt update when following the https://twitter.github.io/scala_school/searchbird.html [info] Updating plugins... [warn] Host artifactory.local.twitter.com not found. url=http://artifactory.local.twitter.com/repo/com/twitter/sbt-thrift/1.3.4/sbt-thrift-1.3.4.pom [info] You probably access the...

Me again! I've found if I have a syntax error in a thrift file, the error doesn't fail the build.