We are working against Scala 2.10 on the lift_30 branch. The branch will not build because the ScalaZ dependency is not yet published against Scala 2.10-RC1. Once this issue is resolved, there'll be a snapshot of Lift 3.0 published against Scala 2.10-xxxx
Great, thanks for the heads up! I'll try to get a 2.10 release of rogue available this weekend.
Thank you for the info, I will migrate my app to the beta then :-)
Thanks Mateusz! I pulled in your changes and published 2.0.0-beta22 for 2.9.{0,1,2} and 2.10.0.
--
You received this message because you are subscribed to the Google Groups "rogue-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rogue-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
MY FIX: I had to uncompress all three jars and create a single dependency rogue_2.10-2.0.0-beta22.jar which now, obviously, is working as it includes all classes.
--
How do I compile rogue jar that contains everything? These are the steps I'm taking:cloned 2.0.0-beta22>sbt>++2.10.0>packageThe resulting jar is 1KBWhat am I missing?Thank you.