I'm not quite understanding... I just got the zip files from the
download page of the GitHub (http://github.com/dpp/liftweb/downloads)
for both 1.1-M7 and Lift-1.1-M8-release.
Both of them fail the build with the same error:
C:\Users\mark\Library\Lift-1.1-M7\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

Are those snapshots/releases not "complete"?
I ran "mvn install" (no clean, since I just downloaded the zip...)
According to the pom, the Scala version they want is 2.7.7.  I imagine
maven gets the compiler from the proper scala jar file instead of
using the "system" compiler.  Even if that's not true, my SCALA_HOME
points to 2.7.7 and 'which scalac' points to the 2.7.7 version.
(FWIW, this also happens for 'mvn clean install' not surprisingly)

I guess since it's in the jta module I don't really care since I'm not
using that...

Cheers, Mark

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to