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

[jira] [Commented] (REEF-1148) Support independent building Tang and Wake modules

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

Mariia Mykhailova commented on REEF-1148:
-----------------------------------------

Why only Tang and Wake? I think it's nice to be able to build each module independently - for example, to re-run Findbugs on it after fixing some bugs without building everything.

> Support independent building Tang and Wake modules
> --------------------------------------------------
>
>                 Key: REEF-1148
>                 URL: https://issues.apache.org/jira/browse/REEF-1148
>             Project: REEF
>          Issue Type: Bug
>          Components: Tang, Wake
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>
> 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)