Re: Development environment

2014-12-12 Thread Rohit Yadav
Hi Ramzi, On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote: Hi! I would like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I need to stop it maybe? and then run it again with: mvn clean install -pl

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
2014 14:42 To: dev Subject: Re: Development environment Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I need to stop

Re: Development environment

2014-12-12 Thread Rohit Yadav
Hi Ramzi, On Friday 12 December 2014 08:12 PM, Ramzi Youssefi wrote: Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
Thank you guys! I think I'm getting closer. I should have explained that I wanted to create a UI plugin. If I keep the jetty server running and in another tab I type: mvn clean install -pl client then it takes like 20 seconds and I can see the changes. This is because the UI plugins are in the

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
No problem. I forgot to mention that there are compressed version for each file there, those are needed to be deleted first. rm -r *.gz Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 15:42 To: dev Subject: Re: Development environment

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
-Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 15:42 To: dev Subject: Re: Development environment Thank you guys! I think I'm getting closer. I should have explained that I wanted to create a UI plugin. If I keep the jetty server running

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
Great, I am glad to hear that. Good luck! Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 17:10 To: dev Subject: Re: Development environment It work like a charm!!! thank you very much guys!! On Fri, Dec 12, 2014 at 5:03 PM, Gabor