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

Hudson commented on HADOOP-9399:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1371 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1371/])
    HADOOP-9399. protoc maven plugin doesn't work on mvn 3.0.2. Contributed by 
Todd Lipcon. (Revision 1455771)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1455771
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-maven-plugins/src/main/java/org/apache/hadoop/maven/plugin/protoc/ProtocMojo.java

                
> protoc maven plugin doesn't work on mvn 3.0.2
> ---------------------------------------------
>
>                 Key: HADOOP-9399
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9399
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.0.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 3.0.0, 2.0.5-beta
>
>         Attachments: hadoop-9399.txt
>
>
> On my machine with mvn 3.0.2, I get a ClassCastException trying to use the 
> maven protoc plugin. The issue seems to be that mvn 3.0.2 sees the List<File> 
> parameter, and doesn't see the generic type argument, and stuffs Strings 
> inside instead. So, we get ClassCastException trying to use the objects as 
> Files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to