I'm curious: Am I the only one getting rather useless error messages in
the browser when Lift fails to parse the templates? Something a long
these lines:

Exception occured while processing /

Message: java.lang.IllegalArgumentException: line 15 does not exist
        scala.io.Source.getLine(Source.scala:280)
        scala.io.Source.report(Source.scala:368)

It may just be my setup (Scala 2.7.4, Lift 1.1-SNAPSHOT, OS X), but I
did a little digging in scala.io.Source and found what seems to be a bug
(more details here, never mind the subject :-)
http://www.nabble.com/Bug-in-java.io.Source-with-FileInputStream--td23840934.html
)

Running in debug mode I saw that the original exception was "'<' not
allowed in attrib value" which seems much more helpful :-)

Anyway, since I'm new to Scala/Lift I just wanted to verify if I'm the
only one seeing this behaviour.

/Jeppe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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