[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread Jeppe Nejsum Madsen
On 16 Jun 2009, ph wrote: I've created a test hello-world lift project and it runs fine. http://wiki.liftweb.net/index.php/HowTo_start_a_new_liftwebapp also I've imported this project to Eclipse (mvn eclipse:eclipse) and import from Eclipse. I'm currently using m2eclipse (http://

[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread Philippe Kirsanov
Thank you for the reply, however I don't think this is the issue (I tried and that didn't work).Seems like issue in which version of Jetty is used. Maven generates pom file with jetty version [6.1.16,) and this works from command line, in Eclipse however it tries to use version 7.0.0.pre5 (I see

[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread David Bernard
oups (old version) set the version to 6.1.17 or any 6.1.x and remove range version indicator [ and ,) On Tue, Jun 16, 2009 at 22:14, Philippe Kirsanov pkirsa...@gmail.comwrote: Thank you for the reply, however I don't think this is the issue (I tried and that didn't work).Seems like issue in

[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread Jeppe Nejsum Madsen
On 16 Jun 2009, Philippe Kirsanov wrote: Thank you for the reply, however I don't think this is the issue (I tried and that didn't work).Seems like issue in which version of Jetty is used. Maven generates pom file with jetty version [6.1.16,) and this works from command line, in Eclipse

[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread Philippe Kirsanov
Thank you changing to version 6.1.17 worked, but interesting that jetty version that is running is still 6.1.16 and Eclipse in editor still complains that there is an error (class missed) [INFO] Starting jetty 6.1.16 ... 2009-06-16 16:31:35.173::INFO: jetty-6.1.16 On Tue, Jun 16, 2009 at

[Lift] Re: Difference between running from command line and from Eclipse

2009-06-16 Thread Philippe Kirsanov
yes, that what I did and workedthanks On Tue, Jun 16, 2009 at 16:36, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On 16 Jun 2009, Philippe Kirsanov wrote: Thank you for the reply, however I don't think this is the issue (I tried and that didn't work).Seems like issue in which version of