You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/03/13 16:05:54 UTC

[jira] Commented: (HADOOP-5229) duplicate variables in build.xml hadoop.version vs version let build fails at assert-hadoop-jar-exists

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

Hudson commented on HADOOP-5229:
--------------------------------

Integrated in Hadoop-trunk #778 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/778/])
    

> duplicate variables in build.xml hadoop.version vs version let build fails at assert-hadoop-jar-exists
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5229
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5229
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Stefan Groschupf
>            Assignee: Stefan Groschupf
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-5229-v1-sg.patch
>
>
> <property name="hadoop.jar" location="${build.dir}/hadoop-${hadoop.version}-core.jar" /> where hadoop.version is defined in ${ivy.dir}/libraries.properties as hadoop.version=0.20.0. 
> Though <jar jarfile="${build.dir}/${final.name}-core.jar" where <property name="final.name" value="${name}-${version}"/>.
> Means there is a hadoop-0.21.0-dev-core.jar builded though the assert-hadoop-jar-exists target looks for a  hadoop-0.2.0-core.jar.

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