<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Il 26/09/2013 21:32, Tim St Clair ha
      scritto:<br>
    </div>
    <blockquote
      cite="mid:861828667.3586524.1380223932523.JavaMail.root@redhat.com"
      type="cite">
      <pre wrap="">Any takers?  <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=1010512">https://bugzilla.redhat.com/show_bug.cgi?id=1010512</a>
Depends on: <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=994152">https://bugzilla.redhat.com/show_bug.cgi?id=994152</a>

</pre>
    </blockquote>
    yes when available rhbz#994152 at least in rawhide<br>
    but you should install java lubraries manually in javadir with
    proper pom and depmap<br>
    <br>
    src/Makefile.am<br>
    <div class="line" id="LC580">maven-install: $(MESOS_JAR)
      $(MESOS_SOURCES_JAR) java/mesos.pom</div>
    <div class="line" id="LC581"> mvn install:install-file
      -Dfile=$(MESOS_JAR) \</div>
    <div class="line" id="LC582">          -Dsources=$(MESOS_SOURCES_JAR)
      -DpomFile=java/mesos.pom<br>
      <br>
      for Fedora only should be removed or changed with the proper mvn
      bin file (mvn-rpmbuild)<br>
      but for this pb ask to mizdebsk<br>
      <br>
      jenkins/Makefile.am<br>
    </div>
    <div class="line" id="LC51"># Defines a target to build the Jenkins
      plugin for Mesos.</div>
    <div class="line" id="LC52"># This will create ./target/mesos.hpi
      that you can deploy to Jenkins.</div>
    <div class="line" id="LC53">jenkins: $(MESOS_LIBRARY) $(MESOS_JAR)</div>
    <div class="line" id="LC54"> if test "$(top_srcdir)" !=
      "$(top_builddir)"; then \</div>
    <div class="line" id="LC55">          cp -rp $(srcdir)/src .; \</div>
    <div class="line" id="LC56">        fi</div>
    <div class="line" id="LC57"> mkdir -p $(TARGET_LIBS_DIR) &amp;&amp;
      \</div>
    <div class="line" id="LC58"> cp
      $(abs_top_builddir)/src/.libs/$(MESOS_LIBRARY) $(TARGET_LIBS_DIR)
      &amp;&amp; \</div>
    <div class="line" id="LC59"> mvn package</div>
    should be mvn-build (without 'package' parameter)<br>
    regards<br>
    gil<br>
    <br>
    <br>
    <br>
    <br>
    <meta name="qrichtext" content="1">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
  </body>
</html>