Bug 1010512 - Review Request: mesos - Cluster Manager (Primarily C++)

puntogil at libero.it puntogil at libero.it
Fri Sep 27 03:42:05 UTC 2013


Il 26/09/2013 21:32, Tim St Clair ha scritto:
> Any takers?  https://bugzilla.redhat.com/show_bug.cgi?id=1010512
> Depends on: https://bugzilla.redhat.com/show_bug.cgi?id=994152
>
yes when available rhbz#994152 at least in rawhide
but you should install java lubraries manually in javadir with proper 
pom and depmap

src/Makefile.am
maven-install: $(MESOS_JAR) $(MESOS_SOURCES_JAR) java/mesos.pom
mvn install:install-file -Dfile=$(MESOS_JAR) \
           -Dsources=$(MESOS_SOURCES_JAR) -DpomFile=java/mesos.pom

for Fedora only should be removed or changed with the proper mvn bin 
file (mvn-rpmbuild)
but for this pb ask to mizdebsk

jenkins/Makefile.am
# Defines a target to build the Jenkins plugin for Mesos.
# This will create ./target/mesos.hpi that you can deploy to Jenkins.
jenkins: $(MESOS_LIBRARY) $(MESOS_JAR)
if test "$(top_srcdir)" != "$(top_builddir)"; then \
           cp -rp $(srcdir)/src .; \
         fi
mkdir -p $(TARGET_LIBS_DIR) && \
cp $(abs_top_builddir)/src/.libs/$(MESOS_LIBRARY) $(TARGET_LIBS_DIR) && \
mvn package
should be mvn-build (without 'package' parameter)
regards
gil




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20130927/1c1dd111/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: puntogil.vcf
Type: text/x-vcard
Size: 89 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20130927/1c1dd111/attachment.vcf>


More information about the devel mailing list