Bug 1073012 - Review Request: thrift-maven-plugin - Maven Thrift Plugin
Summary: Review Request: thrift-maven-plugin - Maven Thrift Plugin
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-05 15:36 UTC by gil cattaneo
Modified: 2014-04-04 23:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-04 23:52:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description gil cattaneo 2014-03-05 15:36:00 UTC
Spec URL: http://gil.fedorapeople.org/thrift-maven-plugin.spec
SRPM URL: http://gil.fedorapeople.org/thrift-maven-plugin-0.1.12-1.fc19.src.rpm
Description: 
Maven Thrift Plugin that executes the thrift code generator
(base on protocol buffers plugin).
Fedora Account System Username: gil

Comment 1 Pete MacKinnon 2014-04-04 21:12:20 UTC
Doesn't build with current xmvn in rawhide:

[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.lang.String>,java.util.List<java.lang.String>
  found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>,com.google.common.collect.ImmutableList<java.lang.Object>
  reason: actual argument com.google.common.collect.ImmutableList<java.lang.Object> cannot be converted to java.util.List<java.lang.String> 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.lang.String>,java.util.List<java.lang.String>
  found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>,com.google.common.collect.ImmutableList<java.lang.Object>
  reason: actual argument com.google.common.collect.ImmutableList<java.lang.Object> cannot be converted to java.util.List<java.lang.String> by method invocation conversion

Comment 2 gil cattaneo 2014-04-04 23:52:11 UTC
seem a problem around guava and java8
built https://bugzilla.redhat.com/show_bug.cgi?id=1010003
without this mvn plugin support
close for now


Note You need to log in before you can comment on or make changes to this bug.