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

Jason Lowe commented on HDFS-2649:
----------------------------------

I localized the change to the hdfs-httpfs project since I didn't want to force 
the entire project to the 2.6 plugin version for a workaround in one 
subproject.  I tried using 2.6 for the entire project, and while it does allow 
the eclipse:eclipse target to build successfully, the Eclipse hadoop-hdfs 
project has build failures because it cannot locate FileUtils and cannot 
resolve an org.aspectj import.  So using the 2.6 version for the entire project 
doesn't look like a viable option.

If we'd rather not combine plugin versions piecemeal like this, I can pursue 
the filtered/unfiltered directory idea instead if that would be more desirable.
                
> eclipse:eclipse build fails for hadoop-hdfs-httpfs
> --------------------------------------------------
>
>                 Key: HDFS-2649
>                 URL: https://issues.apache.org/jira/browse/HDFS-2649
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>         Attachments: hdfs-2649.patch
>
>
> Building the eclipse:eclipse target fails in the hadoop-hdfs-httpfs project 
> with this error:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on 
> project hadoop-hdfs-httpfs: Request to merge when 'filtering' is not 
> identical. Original=resource src/main/resources: output=target/classes, 
> include=[httpfs.properties], exclude=[**/*.java], test=false, filtering=true, 
> merging with=resource src/main/resources: output=target/classes, include=[], 
> exclude=[httpfs.properties|**/*.java], test=false, filtering=false -> [Help 1]
> This appears to be the same type of issue as reported in HADOOP-7567.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to