Alon Bar-Lev has posted comments on this change. Change subject: packaging: build: move to ant drop maven and jboss modules ......................................................................
Patch Set 3: (2 comments) http://gerrit.ovirt.org/#/c/24142/3/build.xml File build.xml: Line 38: Line 39: <target name="dependencies.dep-java-config" if="depmode.java-config"> Line 40: <dep-java-config package="commons-collections"/> Line 41: <dep-java-config package="dom4j" id="dom4j-1"/> Line 42: <dep-java-config package="postgresql-jdbc" id="jdbc-postgresql"/> > We want to symlink jars we need for runtime, not copy them. correct, please follow the entire solution and you see that result is symlinks in packaging. Line 43: </target> Line 44: Line 45: <target name="dependencies.dep-build-classpath" if="depmode.build-classpath"> Line 46: <dep-build-classpath package="commons-collections"/> http://gerrit.ovirt.org/#/c/24142/3/ovirt-engine-dwh.spec.in File ovirt-engine-dwh.spec.in: Line 24: %if 0%{?rhel} Line 25: %global ovirt_install_systemd 0 Line 26: %global ovirt_install_systemv 1 Line 27: %global commons_collections commons-collections Line 28: %global dom4j dom4j-eap6 > dom4j-0:1.6.1-21.redhat_6.1.ep6.el6.noarch.rpm exists in brew not in jboss tag. Line 29: %endif Line 30: Line 31: %global product_name Data warehouse package for oVirt Virtualization Suite Line 32: %global product_description oVirt virtualization manager data warehouse -- To view, visit http://gerrit.ovirt.org/24142 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I39550f694d7e8c37bbe189c1b9bfd944a5dad2e0 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Yaniv Dary <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
