If you start from maven command line. you need to define noredist as well, as following example
mvn -Dnoredist -pl client jetty:run Kelven On 4/8/14, 9:30 AM, "Michael Phillips" <mphilli7...@hotmail.com> wrote: >All, has anything changed with the procedures to build the noredist code >for 4.3.0? >The reason I ask is because I just built from source using -Dnoredist and >when trying to add a vmware datacenter I get the following error: >Unknown API command: addVmwareDc >In the past this error occurred if the source did not include the >noredist code. I went back and built from source again to verify and the >build success said "Vmware Hypervisor" Success.. > >