Mice, Master branch is now compiling with vSphere SDK 5.1 which has deprecated vmware-apputils.jar shipped from VMware in 4.x SDKs, you can disable these unit test to get pass the build for now
Kelven On 5/7/13 12:05 AM, "Mice Xia" <mice_...@tcloudcomputing.com> wrote: >After master commit e0d8f01ecd92a1a7b74558d02a28be3b2f20a10d, which set >default test source directory for all sub-projects, unit tests in >cloud-vmware-base have compile errors: > > > >[ERROR] Failed to execute goal >org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile >(default-testCompile) on project cloud-vmware-base: Compilation failure: >Compilation failure.. > > > >It seems these unit tests depend on deprecated jars like >vmware-apputils.jar, and have been excluded from UT execution for awhile, >anyone has an idea if these UTs can be removed or updated? > > > >Mice >