Re: database deploy problem

2013-07-10 Thread SuichII, Christopher
Ignore that….I was running mvn with sudo, so of course it couldn't find the artifact… On Jul 10, 2013, at 9:36 AM, "SuichII, Christopher" wrote: > Now I'm seeing this issue after pulling the latest and rebuilding. > > [ERROR] Failed to execute goal on project cloud-client-ui: Could not resol

Re: database deploy problem

2013-07-10 Thread SuichII, Christopher
Now I'm seeing this issue after pulling the latest and rebuilding. [ERROR] Failed to execute goal on project cloud-client-ui: Could not resolve dependencies for project org.apache.cloudstack:cloud-client-ui:war:4.2.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloud-plugin-storage-

Re: database deploy problem

2013-07-01 Thread Thomas Schneider
What I did: # git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git # cd cloudstack # mvn -P developer,systemvm clean install # mvn -P developer -pl developer,tools/devcloud -Ddeploydb then error: [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] --

Re: database deploy problem

2013-07-01 Thread Wei ZHOU
You need to run following command at first mvn -P developer,systemvm clean install 2013/7/1 Thomas Schneider > Hello, > > I try to setup a Cloudstack developpement environement with devcloud > following the instruction on the wiki but I have two problems. > When I execute the following command

database deploy problem

2013-07-01 Thread Thomas Schneider
Hello, I try to setup a Cloudstack developpement environement with devcloud following the instruction on the wiki but I have two problems. When I execute the following command I have an error: mvn -P developer -pl developer,tools/devcloud -Ddeploydb [INFO] ---