[ 
https://issues.apache.org/jira/browse/HADOOP-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated HADOOP-6451:
------------------------------

    Attachment: HADOOP-6451.patch

When calling out to contrib targets using trunk the following message appears 
(e.g. for "ant clean-contrib"):

{code}
[subant] No sub-builds to iterate on
{code}

This seems to have been happening since HADOOP-5107 which added 
{{inheritall="true"}} to the subant call. I notice that {{inheritall="true"}} 
was only added to common's top-level build file, HDFS and MapReduce didn't have 
it added. Anyone know why?

Anyway, this patch removes {{inheritall="true"}} which causes the contrib 
targets to work again. I've also fixed the test contrib modules that are 
included since they mistakenly refer to HDFS and MapReduce modules (a vestige 
of the project split?).

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are 
> no longer there post project split. This was discovered in HADOOP-6426.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to