[
https://issues.apache.org/jira/browse/HAMA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754705#comment-13754705
]
Martin Illecker commented on HAMA-749:
--------------------------------------
{code}
[mkdir] Created dir:
<https://builds.apache.org/job/Hama%20trunk/ws/trunk/c++/target/native>
[exec] CMake Error: The source directory
"<https://builds.apache.org/job/Hama%20trunk/ws/trunk/c++/target/native/trunk/trunk/c++/src">
does not exist.
{code}
Seems to have some problems with property
{code}${project.build.directory}{code} in c++/pom.xml:
{code}
<mkdir dir="${project.build.directory}/native"/>
<exec executable="cmake" dir="${project.build.directory}/native"
failonerror="true">
<arg line="${basedir}/src/ -DJVM_ARCH_DATA_MODEL=${sun.arch.data.model}"/>
</exec>
{code}
> 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
> Assignee: Martin Illecker
> 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