Re: Development and building of ui components

2015-10-25 Thread Rajani Karuturi
There might be a better but for simple js changes, I do the below and restart jetty $ cp ./ui/scripts/domains.js ./client/target/generated-webapp/scripts/domains.js $ rm ./client/target/generated-webapp/scripts/domains.js.gz $ cp ui/scripts/domains.js client/target/cloud-client-ui-4.6.0-SNAPSHOT/

Re: Development and building of ui components

2015-10-21 Thread Daan Hoogland
mvn -rf :cloud-client-ui ? not sure and I don't think it exists. You'll problably need to edit the project. please contribute back if you find a convenient way. On Wed, Oct 21, 2015 at 7:13 PM, cs user wrote: > Hi Folks, > > If you are modifying the code (javascript for example) under the follow

Development and building of ui components

2015-10-21 Thread cs user
Hi Folks, If you are modifying the code (javascript for example) under the following directory within the cloudstack project: ui/scripts/ And lets say I'm buidling and starting the simulator with the following: mvn -Pdeveloper -pl developer -Ddeploydb mvn -Pdeveloper -pl developer -Ddeploydb-s