You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/11/13 03:38:46 UTC

[jira] [Updated] (BIGTOP-1523) Gradle install for test artifacts uses wrong sequence of the targets

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

Konstantin Boudnik updated BIGTOP-1523:
---------------------------------------
    Attachment: 0001-BIGTOP-1523.-Gradle-install-for-test-artifacts-uses-.patch

Here's the patch to fix the issue

> Gradle install for test artifacts uses wrong sequence of the targets
> --------------------------------------------------------------------
>
>                 Key: BIGTOP-1523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.8.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.9.0
>
>         Attachments: 0001-BIGTOP-1523.-Gradle-install-for-test-artifacts-uses-.patch
>
>
> The current sequence of components install during test artifacts build-up is
> {code}
>       installTopLevel
>       installCommon
>       installConf
>       installiTest
> {code}
> which draws an iTest artifact from a repository server, instead of build a one from the current code. {{installiTest}} should be invoked before {{installCommon}} and {{installConf}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)