[Lift] Re: Unable to Run maven

2008-12-11 Thread David Bernard
mvn -o clean install -Dmaven.test.skip=true -e + the full output ? (with prompt, etc...) On Thu, Dec 11, 2008 at 12:47, AliAliKhan <[EMAIL PROTECTED]> wrote: > lets say mvn -o clean install -Dmaven.test.skip=true > > On Thu, Dec 11, 2008 at 1:40 PM, David Bernard <[EMAIL PROTECTED]> > wrote: >>

[Lift] Re: Unable to Run maven

2008-12-11 Thread AliAliKhan
lets say mvn -o clean install -Dmaven.test.skip=true On Thu, Dec 11, 2008 at 1:40 PM, David Bernard <[EMAIL PROTECTED]>wrote: > > You do no run "mvn" alone, you run "mvn ". > What command did you use mvn > ("-e" request maven to display the stacktrace) > > > On Thu, Dec 11, 2008 at 09:3

[Lift] Re: Unable to Run maven

2008-12-11 Thread David Bernard
You do no run "mvn" alone, you run "mvn ". What command did you use mvn ("-e" request maven to display the stacktrace) On Thu, Dec 11, 2008 at 09:35, AliAliKhan <[EMAIL PROTECTED]> wrote: > This is it... this is the only line i am getting when ever i run mvn > > > On Thu, Dec 11, 2008

[Lift] Re: Unable to Run maven

2008-12-11 Thread AliAliKhan
This is it... this is the only line i am getting when ever i run mvn On Thu, Dec 11, 2008 at 1:22 PM, David Bernard <[EMAIL PROTECTED]>wrote: > > Could you send the the full output of "mvn -e" > > On Thu, Dec 11, 2008 at 08:36, alialikhan <[EMAIL PROTECTED]> wrote: > > > > I am getting this exc

[Lift] Re: Unable to Run maven

2008-12-11 Thread David Bernard
Could you send the the full output of "mvn -e" On Thu, Dec 11, 2008 at 08:36, alialikhan <[EMAIL PROTECTED]> wrote: > > I am getting this exception while running maven .. > java.lang.NoClassDefFoundError: export > > every thing works fine few days back. .. and nothing is change but > still mave