Yes, if you are using mvn to launch management server. Kelven
On 4/8/14, 10:19 AM, "Michael Phillips" <mphilli7...@hotmail.com> wrote: >So your referring to actually launching the cloudstack-management >services? > >> From: kelven.y...@citrix.com >> To: dev@cloudstack.apache.org >> Subject: Re: 4.3.0 vmware >> Date: Tue, 8 Apr 2014 17:00:44 +0000 >> >> mvn install command only runs command to build and install the artifacts >> into maven repo. >> >> If you launch management server using maven, you need to -Dnoredist >>option >> as you do in build. >> >> Kelven >> >> On 4/8/14, 9:46 AM, "Michael Phillips" <mphilli7...@hotmail.com> wrote: >> >> >I did just "mvn install -Dnoredist" >> >That should work correct? According to the output log it did..... >> > >> >> From: kelven.y...@citrix.com >> >> To: dev@cloudstack.apache.org >> >> Subject: Re: 4.3.0 vmware >> >> Date: Tue, 8 Apr 2014 16:43:37 +0000 >> >> >> >> 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.. >> >> > >> >> > >> >> >> > >> >