RE: Setting cloudstack dev on windows7

2014-07-23 Thread Donal Lafferty
Can you confirm whether the instructions on the wiki are still correct? > -Original Message- > From: Priyanka Deepala [mailto:priyanka.deepal...@gmail.com] > Sent: 23 July 2014 07:08 > To: dev@cloudstack.apache.org > Subject: Re: Setting cloudstack dev on windows7 >

Re: Setting cloudstack dev on windows7

2014-07-23 Thread Erik Weber
Do yourself a favor and drop spaces in the directory name, it makes the world a lot easier most times. Erik 23. juli 2014 07:27 skrev "Priyanka Deepala" følgende: > I followed the same steps & added variable M2_HOME and specified the path > as C:\Apache Maven\apache-maven-3.0.5. %M2_HOME%\bin is

Re: Setting cloudstack dev on windows7

2014-07-22 Thread Priyanka Deepala
I restarted the system and tried again it's working now. Thank you --Regards Priyanka On Wed, Jul 23, 2014 at 11:06 AM, Rajani Karuturi < rajani.karut...@citrix.com> wrote: > Did you check if C:\Apache Maven\apache-maven-3.0.5\bin exists and there > is mvn in it?? > > From the wiki page > “

Re: Setting cloudstack dev on windows7

2014-07-22 Thread Rajani Karuturi
Did you check if C:\Apache Maven\apache-maven-3.0.5\bin exists and there is mvn in it?? >From the wiki page “ Choose folder such that there are no spaces in the path! E.g. C:\bin\maven " ~Rajani On 23-Jul-2014, at 10:57 am, Priyanka Deepala mailto:priyanka.deepal...@gmail.com>> wrote: I fo

Re: Setting cloudstack dev on windows7

2014-07-22 Thread Priyanka Deepala
I followed the same steps & added variable M2_HOME and specified the path as C:\Apache Maven\apache-maven-3.0.5. %M2_HOME%\bin is added to to PATH variable but still I'm getting the same error Regards Priyanka On Wed, Jul 23, 2014 at 10:37 AM, Rajani Karuturi < rajani.karut...@citrix.com> wrote

Re: Setting cloudstack dev on windows7

2014-07-22 Thread Rajani Karuturi
What did you add to the PATH? did you miss M2_HOME/bin?? FYI, This came on the first page when googled for “cygwin maven windows” http://www.mkyong.com/maven/how-to-install-maven-in-windows/ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+dev+environment+on+Windows

Setting cloudstack dev on windows7

2014-07-22 Thread Priyanka Deepala
I Installed maven-3.0.5.src and specified the path in environment variable PATH. When I'm trying to test it in Cygwin shell by typing 'which mvn' it is displaying as "no mvn in that path..So What should I do now??