dtrott / maven-thrift-plugin

Maven Thrift Plugin that executes the thrift code generator (base on protocol buffers plugin)
119 stars 68 forks source link

[ERROR] thrift failed error: !!! Unrecognized option: -out #13

Closed joaquindiez closed 12 years ago

joaquindiez commented 12 years ago

I am trying to make a mvn clean install using.. the following maven file and this is what I get: [ERROR] thrift failed error: !!! Unrecognized option: -out

this is my file

4.0.0 logtrust thrifttest 0.0.1-SNAPSHOT org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 org.apache.thrift.tools maven-thrift-plugin 0.1.12-SNAPSHOT /opt/local/bin/thrift thrift-java-generation java src/main/java true compile ``` ``` org.apache.thrift libthrift 0.6.1 ``` org.slf4j slf4j-api 1.5.8 log4j log4j 1.2.14 ```
dtrott commented 12 years ago

Please read the README.txt:

CAUTION: Plugin version 0.1.11 requires thrift compiler version 0.7.0 or newer.

You must use plugin version 0.1.10 for older thrift versions.