On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang <kanzhe.ji...@bigswitch.com> wrote: > I followed the instruction on > build-with-maven<https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html> > wiki, > but failed at the step to run a jetty server on localhost port 8080 with > the management server. > The "mvn install" was a success and DB was deployed. Here is output: > > bsn@ubuntu:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run > $: command not found
Are you including "$" in the command you are typing? It shouldn't be included... that's the example prompt. The command is simply: mvn -pl :cloud-client-ui jetty:run > -- > Kanzhe Jiang > MTS at BigSwitch