dtrott / maven-thrift-plugin

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

build problems #25

Open puntogil opened 10 years ago

puntogil commented 10 years ago

Enviroment: openjdk version "1.8.0" OpenJDK Runtime Environment (build 1.8.0-b132) OpenJDK Server VM (build 25.0-b70, mixed mode)

Apache Maven 3.2.1 Maven home: /usr/share/maven Java version: 1.8.0-b132, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.0/jre Default locale: it_IT, platform encoding: UTF-8 OS name: "linux", version: "3.13.7-100.fc19.i686", arch: "i386", family: "unix"

[ERROR] /rpmbuild/BUILD/maven-thrift-plugin-thrift-maven-plugin-0.1.12/src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java:[54,22] method addTestResource in interface org.apache.maven.project.MavenProjectHelper cannot be applied to given types; required: org.apache.maven.project.MavenProject,java.lang.String,java.util.List,java.util.List found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList,com.google.common.collect.ImmutableList reason: actual argument com.google.common.collect.ImmutableList cannot be converted to java.util.List by method invocation conversion [ERROR] /rpmbuild/BUILD/maven-thrift-plugin-thrift-maven-plugin-0.1.12/src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java:[79,22] method addResource in interface org.apache.maven.project.MavenProjectHelper cannot be applied to given types; required: org.apache.maven.project.MavenProject,java.lang.String,java.util.List,java.util.List found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList,com.google.common.collect.ImmutableList reason: actual argument com.google.common.collect.ImmutableList cannot be converted to java.util.List by method invocation conversion

any ideas? thanks in advance regards