[Lift] Re: AbstractMethodError

2008-09-20 Thread Ian Clarke
g Eclipse to compile your project, then you're using Scala > 2.7.2-RC1/2 which has different method signatures than the version that Lift > is compiled against: 2.7.1 > > So, please exit Eclipse, got into your project directory and type: mvn clean > jetty:run and see if the pro

[Lift] Re: AbstractMethodError

2008-09-20 Thread Ian Clarke
ng yesterday's nightly version of the Eclipse Scala plugin : 2.7.2.r16127-b20080919011543 > Did you try mvn clean:clean > install ? I tried: $ mvn clean:clean install This did not appear to fix the problem :-( Ian. -- Ian Clarke CEO, Uprizer Labs Email: [EMAIL PROTECT

[Lift] AbstractMethodError

2008-09-20 Thread Ian Clarke
parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) --