[WARNING]
/Users/eengbrec/esme_dev/esme/trunk/server/src/main/scala/org/apache/esme/api/TwitterAPI.scala:53:
error: type mismatch;
[WARNING] found : java.lang.String
[WARNING] required: ?{val isEmpty: ?}
[WARNING] Note that implicit conversions are not applicable because they are
ambiguous:
[WARNING] both method strToS in object JE of type
(String)net.liftweb.http.js.JE.Str
[WARNING] and method stringWrapper in object Predef of type
(String)scala.runtime.RichString
[WARNING] are possible conversion functions from java.lang.String to ?{val
isEmpty: ?}
[WARNING] val ApiPath = Props.get("twitter.prefix",
"twitter").split("/").toList.filter(! _.isEmpty)
[WARNING]
^
[WARNING] one error found
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
Are other people getting this error?