vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
Hi, is the following issue already reported? With latest ACS master, when doing 'mvn clean install -P deps -Dnoredist -Dnonoss' following the usual procedure (get the jars, run install-non-oss.sh), the build would succeed. However, when proceeding to build the DEB package with dpkg-buildpackag

Re: vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
Forgot to add that the vmware jar actually does not exist on http://repo.maven.apache.org/maven2. KC On Apr 7, 2015, at 1:03 AM, Kuang-Ching Wang wrote: > Hi, is the following issue already reported? > > With latest ACS master, when doing 'mvn clean install -P deps -Dnoredist > -Dnonoss' fol

Re: vmware dependency error in DEB package build?

2015-04-07 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/07/2015 10:03 AM, Kuang-Ching Wang wrote: > Hi, is the following issue already reported? > > With latest ACS master, when doing 'mvn clean install -P deps > -Dnoredist -Dnonoss' following the usual procedure (get the jars, > run install-non-os

Re: vmware dependency error in DEB package build?

2015-04-07 Thread Kuang-Ching Wang
I do want the vmware jar built into the DEB package though. I did set ACS_BUILD_OPTS="-Dnonoss -Dnoredist" before running dpkg-buildpackage. It should however know to locate the jar in the local repository rather than going out to http://repo.maven.apache.org/maven2. This has always worked