Re: mvn exec:java is giving error

2014-05-23 Thread alexiamarthoon
To stop making avoidable mistakes in project management one can also try attending good PMP classes conducted by any of the PMI registered REP's for gainig expertise best processes of project management. Any good PMP prep course will provide

Re: mvn exec:java is giving error

2008-07-29 Thread Magne Nordtveit
On Tuesday 29 July 2008 02:24:10 Abhishek Sanoujam wrote: ---8<--- > $ mvn exec:java -Dexec.mainClass=simpleproject.App ---8<--- > plugin 'org.apache.maven.plugins:maven-e

Re: mvn exec:java is giving error

2008-07-29 Thread Abhishek Sanoujam
Thanks for trying it out Manuel. But I am still getting error trying to use exec:java Here is the stack trace that I get when running with mvn -e: $ mvn -e clean compile exec:java -Dexec.mainClass=simpleproject.App + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Search

Re: mvn exec:java is giving error

2008-07-29 Thread Manuel EVENO
I've done the same test you did and it works fine (see attached log file). Manuel -- Xebia IT Architects FR : http://blog.xebia.fr EN : http://blog.xebia.com On Tue, Jul 29, 2008 at 2:24 AM, Abhishek Sanoujam <[EMAIL PROTECTED]>wrote: > Hi all, > > I am new to maven and I was trying to run a s