You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Benjamin Gould (JIRA)" <ji...@apache.org> on 2017/02/12 04:04:42 UTC

[jira] [Comment Edited] (THRIFT-4083) maven-thrift-plugin doesn't work with thrift 0.10.0

    [ https://issues.apache.org/jira/browse/THRIFT-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862635#comment-15862635 ] 

Benjamin Gould edited comment on THRIFT-4083 at 2/12/17 4:03 AM:
-----------------------------------------------------------------

Are you sure that the Thrift code is actually being generated? The generated source should be in `target/generated-sources/thrift`

It sort of sounds like the code might be getting generated.  

Here is the plugin configuration I use with source/target version=1.8 and it works fine for me

{code:xml}
<plugin>
  <groupId>org.apache.thrift</groupId>
  <artifactId>thrift-maven-plugin</artifactId>
  <version>0.10.0</version>      
  <executions>                                                          
    <execution>                                                         
      <id>thrift-sources</id>                                           
      <phase>generate-sources</phase>                                   
      <goals>                                                           
        <goal>compile</goal>                                            
      </goals>                                                          
    </execution>                                                        
  </executions>
</plugin>
{code}

Please double check your configuration and if it is still not working please share your pom.xml


was (Author: bcg):
Are you sure that the Thrift code is actually being generated? The generated source should be in `target/generated-sources/thrift`

It sort of sounds like the code might be getting generated.  

Here is the plugin configuration I use with source/target version=1.8 and it works fine for me

<groupId>org.apache.thrift</groupId>                                       
<artifactId>thrift-maven-plugin</artifactId>                          
<version>0.10.0</version>                                                                                                                                    
<executions>                                                          
  <execution>                                                         
    <id>thrift-sources</id>                                           
      <phase>generate-sources</phase>                                   
      <goals>                                                           
        <goal>compile</goal>                                            
      </goals>                                                          
  </execution>                                                        
</executions>

Please double check your configuration and if it is still not working please share your pom.xml

> maven-thrift-plugin doesn't work with thrift 0.10.0
> ---------------------------------------------------
>
>                 Key: THRIFT-4083
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4083
>             Project: Thrift
>          Issue Type: Dependency upgrade
>    Affects Versions: 0.10.0
>         Environment: Found on OS-X
>            Reporter: Manasi Vartak
>            Priority: Minor
>
> maven-thrift-plugin (0.1.10) doesn't work with thrift 0.10.0.
> When compiling thrift sources (which worked with 0.9.3), the plugin throws the following error:
> [INFO] --- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ project ---
> [ERROR] thrift failed output: 
> [ERROR] thrift failed error: [FAILURE:generation:1] Error: unknown option java:hashcode



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)