You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by David Bierce <da...@appcore.com> on 2014/03/04 18:09:51 UTC

Ubuntu Package builds with noredist

This is more of a sanity check.  When I build an ubuntu package with noredist, the systemvm.iso doesn’t include the VMware jars, even though maven reports success for building VMware and systemvm.iso.  I have the VMware packages in maven and it builds RPMs fine, it just appears the files aren’t being added to the systemvm.iso.  My build process is pretty straight forward and isn’t working correctly for 4.2, 4.3 and master

I’m building the package from the root of the source directory with:

mvn clean
mvn install -P deps -Dnoredist && export ACS_BUILD_OPTS="-Dnoredist"; dpkg-buildpackage


Thanks,
David Bierce