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

Edward J. Yoon commented on HAMA-749:
-------------------------------------

Looks nice. 

{code}
% mvn clean install
...
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check 
(default) on project hama-pipes: Too many unapproved licenses: 39 -> [Help 1]
{code}

You'll need to exclude auto generated files, like this: 
<exclude>**/pipes/**</exclude>.

{code}
edward@udanax:~/workspace/hama-trunk$ ls 
dist/target/hama-0.6.3-SNAPSHOT/hama-0.6.3-SNAPSHOT/lib/native/
libhadooputils.a  libhamapipes.a
{code}

Quick question. Only libhadooputils.a and libhamapipes.a files are required to 
execute c program? Thanks!
                
> Build for C++ Pipes
> -------------------
>
>                 Key: HAMA-749
>                 URL: https://issues.apache.org/jira/browse/HAMA-749
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>            Reporter: Edward J. Yoon
>         Attachments: HAMA-749.patch
>
>
> As described here - https://wiki.apache.org/hama/HamaPipes, currently it 
> requires manual compile. The simple solution to create binary release, is use 
> of ant-plugin.
> + In the future, Pipes project should be mavenized.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to