You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/01/22 23:33:39 UTC

[jira] [Commented] (REEF-1148) Support independent building of modules

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

Dongjoon Hyun commented on REEF-1148:
-------------------------------------

[~MariiaMykhailova]. The PR is updated.

> Support independent building of modules
> ---------------------------------------
>
>                 Key: REEF-1148
>                 URL: https://issues.apache.org/jira/browse/REEF-1148
>             Project: REEF
>          Issue Type: Bug
>          Components: All
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>
> According to the comments, this issue aims to change all modules.
> --------------
> Currently, there exist minor build errors when we build *Tang* and *Wake* module directly in their folders. These errors are related to just `findbugs` plug-in, not *REEF* components.
> {code}
> $ mvn clean install
> INFO] ------------------------------------------------------------------------
> [ERROR] Could not find resource '/Users/dongjoon/reef/lang/java/reef-wake/lang/java/reef-common/src/main/resources/findbugs-exclude.xml'. -> [Help 1]
> [ERROR] 
> {code}
> By overriding *rootPath* property in their pom files, we can build *Tang* and *Wake* modules independently again.
> {code}
> +    <properties>
> +        <rootPath>${basedir}/../../../..</rootPath>
> +    </properties>
> {code}



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