[Lift] Re: RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread Neil.Lv
I didn't add this code before. Now the jars can be download. Thank you very much! Cheers, Neil On Nov 18, 10:41 am, Ross Mellgren wrote: > 1.1-SNAPSHOT is in the scala-tools snapshots repo. Do you have this in your > pom.xml? > > > scala-tools.org.snapshots >

Re: [Lift] Re: RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread Ross Mellgren
1.1-SNAPSHOT is in the scala-tools snapshots repo. Do you have this in your pom.xml? scala-tools.org.snapshots Scala-Tools Maven2 Repository for Snapshots http://scala-tools.org/repo-snapshots On Nov 17, 2009, at 9:32 PM, Neil.L

[Lift] Re: RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread Neil.Lv
When i delete all the repository file, then use "mvn jetty:run", this information will be shown. It doesn't find the webkit jar file, when i can download it manually so that i can use the mvn install:install-file to install it. I use the 1.1-SNAPSHOT to develop the app not 1.1-M7. I see

[Lift] Re: RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread Neil.Lv
It doesn't work too. The error message is the same as before : ### object creation impossible, since method testWasSet in trait AnyVarTrait of type (String)Boolean is not defined object currentItemVar extends RequestVar[Item]({ ### What is the testWasSet in trait AnyVarTrait ... ?