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 22:25:40 UTC

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

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

Dongjoon Hyun updated REEF-1148:
--------------------------------
    Description: 
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}

  was:
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.
```
$ 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] 
```

By overriding *rootPath* property in their pom files, we can build *Tang* and *Wake* modules independently again.
```
+    <properties>
+        <rootPath>${basedir}/../../../..</rootPath>
+    </properties>
```


> 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)