RE: mvn execution from browser

2010-09-19 Thread Sridhar Laxmipuram Srinivasan
...@yahoo-inc.com] Sent: Sunday, September 19, 2010 11:00 AM To: Maven Users List; jus...@justinedelson.com Subject: RE: mvn execution from browser Actually I want to execute maven from a browser, that's is the reason I am invoking mvn hru a system command from a php script. php script can

Re: mvn execution from browser

2010-09-19 Thread Wayne Fay
By default apache searches in / directory instead of /home directory... I copied /home/sridharl/.m2 to /.m2 font color=white/home/y/libexec/maven/bin/mvn -o -f /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean You should probably use -s /absolute/path/of/settings.xml to specify a

RE: mvn execution from browser

2010-09-19 Thread Sridhar Laxmipuram Srinivasan
Oh is it, thnkx for suggestion, Can you let me know how to specify .m2 directory? from command line Thnkx sridharl -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Sunday, September 19, 2010 10:14 PM To: Maven Users List Subject: Re: mvn execution from browser

mvn execution from browser

2010-09-18 Thread Sridhar Laxmipuram Srinivasan
Hi, I am trying to execute java maven command thru a php script from browser Php script: ?php print body bgcolor=black font color=white; system(/home/y/bin/mvn -o -f /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean); print /font; ? But I always get error like : NOTE: Maven is executing in

Re: mvn execution from browser

2010-09-18 Thread Justin Edelson
This error looks pretty straight forward. What exactly are you looking for help with? Justin On 9/18/10 10:29 AM, Sridhar Laxmipuram Srinivasan wrote: Hi, I am trying to execute java maven command thru a php script from browser Php script: ?php print body bgcolor=black font

Re: mvn execution from browser

2010-09-18 Thread Manos Batsis
On 09/18/2010 05:29 PM, Sridhar Laxmipuram Srinivasan wrote: Hi, I am trying to execute java maven command thru a php script from browser Php script: ?php print body bgcolor=black font color=white; system(/home/y/bin/mvn -o -f /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean); print /font; ?

RE: mvn execution from browser

2010-09-18 Thread Sridhar Laxmipuram Srinivasan
, Could you please suggest what could be the issue? Thnkx sridharl -Original Message- From: Justin Edelson [mailto:justinedel...@gmail.com] Sent: Saturday, September 18, 2010 10:46 PM To: Maven Users List Subject: Re: mvn execution from browser This error looks pretty straight forward. What