A trap for OS/X users:
Although the Java Preferences utility switches versions as seen from the
shell, and '$ java -version' correctly reports the expected version, the
version of the JDK used by Maven does not change. Maven sets JAVA_HOME
to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK,
which in my case was pointing to 1.5 instead of 1.6; the preferences
utility does not change CurrentJDK.
Dave
On 25/01/10 4:00 PM, David Brooks wrote:
Great!!
However I'm getting test failures when building:
Tests in error:
A Full Box should define a 'filterMsg' method, returning a
Failure if the filter predicate is not satisfied
An Empty Box should define a 'filterMsg' method, returning a Failure
A Failure is an Empty Box which can return its cause as an exception
A Failure is an Empty Box which can return a chained list of causes
A Failure is an Empty Box which should create a new failure with
a chained message if asked for its status with the operator ?~!
each due to the exception of:
java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z
This is under OS/X 10.5, trying both Java 5 and Java 6. I've had no
problems building the original 280_port branch.
Thanks,
Dave
On 25/01/10 7:47 AM, Indrajit Raychaudhuri wrote:
Folks,
A quick update on Lift 2.0 build on Scala 2.8.
Scala 2.8 port of Lift is available on the branch 280_port_refresh.
This is a 'refresh'ed version of 280_port which is fully aligned and
sync'ed with the master.
--
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.