[Lift] Re: Snippet question

2008-09-13 Thread Marius
Does the Misc class package corresponds with the snippet folder? ... looks like it could not lod the Misc class as a snippet. Br's, Marius On Sep 12, 8:37 am, Charles F. Munat [EMAIL PROTECTED] wrote: I copied the Misc snippet over from the example, changed the package and import statements

[Lift] Lift Scala 2.7.2-rc1

2008-09-13 Thread Marius
Hi, Has anyone tried to compile lift with Scala 2.7.2-rc1 ? I just did and the only change I had to do was in CometActor object ActorWatcher extends Actor { def act = loop { react { case Exit(actor, why: Throwable) = failureFuncs.foreach(f = tryo(f(actor.asInstanceOf[Actor],

[Lift] Source file encoding ...

2008-09-13 Thread Marius
Is anyone seeing this? IO error while decoding /media/WORK/marius/workspace/lift/liftweb- framework/src/test/scala/net/liftweb/util/StringHelpersSpec.scala with UTF-8 Please try specifying another one using the -encoding option Br's, Marius --~--~-~--~~~---~--~~

[Lift] Re: Source file encoding ...

2008-09-13 Thread David Pollak
Yeah... I get that. I figured it was part of Eric's tests. Marius wrote: Is anyone seeing this? IO error while decoding /media/WORK/marius/workspace/lift/liftweb- framework/src/test/scala/net/liftweb/util/StringHelpersSpec.scala with UTF-8 Please try specifying another one using the

[Lift] Re: Lift Scala 2.7.2-rc1

2008-09-13 Thread David Pollak
Marius, Jorge has a 2.7.2 branch that he's actively maintaining. Thanks, David Marius wrote: Hi, Has anyone tried to compile lift with Scala 2.7.2-rc1 ? I just did and the only change I had to do was in CometActor object ActorWatcher extends Actor { def act = loop { react {

[Lift] Re: Demo app error

2008-09-13 Thread David Pollak
I've been meaning to put up the latest Lift demo app... haven't had time. I'll get to it on Monday. Kris Nuttycombe wrote: Just thought I should point out that http://demo.liftweb.net/lift/simple/ is puking: Message: java.lang.reflect.InvocationTargetException

[Lift] Re: Lift Scala 2.7.2-rc1

2008-09-13 Thread Tim Perrett
Oh cool - I tried 2.7.2 the other day and lift bombed massively. What's the ETA for scala 2.7.2? I guess it would be good to know to what extent it will affect the lift API when it moves to a proper release? Cheers Tim On 13 Sep 2008, at 14:40, David Pollak wrote: Marius, Jorge has

[Lift] Re: Lift Scala 2.7.2-rc1

2008-09-13 Thread David Pollak
Tim Perrett wrote: Oh cool - I tried 2.7.2 the other day and lift bombed massively. What's the ETA for scala 2.7.2? I guess it would be good to know to what extent it will affect the lift API when it moves to a proper release? As close to not at all as possible. Jorge can chime in

[Lift] Re: Snippet question

2008-09-13 Thread David Pollak
If your root package is com.foo and you've got a line in Boot: LiftRules.addToPackages(com.foo) then the Misc class has to live in com.foo.snippet to be found by Lift. On Thu, Sep 11, 2008 at 10:37 PM, Charles F. Munat [EMAIL PROTECTED] wrote: I copied the Misc snippet over from the example,

[Lift] Re: Lift Scala 2.7.2-rc1

2008-09-13 Thread Marius
Very cool ! ... forgot about that :( On Sep 13, 4:40 pm, David Pollak [EMAIL PROTECTED] wrote: Marius, Jorge has a 2.7.2 branch that he's actively maintaining. Thanks, David Marius wrote: Hi, Has anyone tried to compile lift with Scala 2.7.2-rc1 ? I just did and the only change I