[
https://issues.apache.org/jira/browse/MESOS-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484779#comment-15484779
]
haosdent edited comment on MESOS-6147 at 9/12/16 5:52 PM:
----------------------------------------------------------
Have you try
{code}
MAVEN_HOME=xxxx ../configure
{code}
Mesos configure script would try to find mvn in this path:
$\{MAVEN_HOME\}/bin/mvn
was (Author: [email protected]):
Have you try
{code}
MAVEN_HOME=xxxx ../configure
{code}
Mesos configure script would try to find mvn in this path:
{{${MAVEN_HOME}/bin/mvn}}
> Configure: error: can not find mvn on your path when running ../configure
> -------------------------------------------------------------------------
>
> Key: MESOS-6147
> URL: https://issues.apache.org/jira/browse/MESOS-6147
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 1.0.1
> Environment: Suse Linux Enterprise Server 12
> Reporter: Roberto Grandi
>
> I am trying to build mesos on SLES 12, following as base your getting started
> guide.
> when running "../configure" I get this error
> configure: error: can not find mvn on your path
> -------------------------------------------------------------------
> You may want verify that Maven has been correctly installed and
> added to your PATH or set the MAVEN_HOME environment variable
> to point to your Maven installation.
> -------------------------------------------------------------------
> I've installed maven manually on the machine (there is no official maven
> package for Suse) and it is on our path.
> Can you help us to solve this issue?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)