I am sorry. That compilation error comes from Lift's branch for Scala 2.8.
On 12月18日, 午前8:38, David Pollak <[email protected]> wrote: > On Thu, Dec 17, 2009 at 2:08 PM, ngocdaothanh <[email protected]>wrote: > > > I checkout the source code from GitHub, do "mvn clean compile" and the > > output is: > > > lift-modules/lift-jta/src/main/scala/net/liftweb/transaction/ > > TransactionContext.scala:206: error: class TransactionContext needs to > > be abstract, since method getUnitName in trait ScalaEMFactory of type > > => String is not defined > > class TransactionContext(private implicit val transactionService: > > TransactionService) > > ^ > > one error found > > > The source code from GitHub is not always compilable. > > This is simply not true. The code on the master branch always compiles. I > just did a checkout and compilation of the lift-jta module and it worked > just fine. > > > > > > > On Dec 18, 3:17 am, David Pollak <[email protected]> > > wrote: > > > Did you do an "mvn clean compile"? > > > > On Thu, Dec 17, 2009 at 9:27 AM, earthling_paul <[email protected] > > >wrote: > > > > > While compiling my samples with Lift 1.1-SNAPSHOT I get this Compiler- > > > > Error: > > > > > [ERROR] D:\Projekte\TestProjects\hello-lift-11\src\main\scala\net > > > > \liftweb\hello\snippet\TD.scala:76: error: object creation impossible, > > > > since method doSync in trait AnyVarTrait of type [F](=> F)F is not > > > > defined > > > > [INFO] object QueryNotDone extends SessionVar(false) > > > > > Any ideas ? > > > > Regards Paul > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Lift" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<liftweb%[email protected]> > > <liftweb%[email protected]<liftweb%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/liftweb?hl=en. > > > > -- > > > Lift, the simply functional web frameworkhttp://liftweb.net > > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > > Follow me:http://twitter.com/dpp > > > Surf the harmonics > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Lift" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<liftweb%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/liftweb?hl=en. > > -- > Lift, the simply functional web frameworkhttp://liftweb.net > Beginning Scalahttp://www.apress.com/book/view/1430219890 > Follow me:http://twitter.com/dpp > Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
