Seeing that you're on a Mac, what JDK are you using? It's probably not 6...
I'll check and see that it works on JDK 5 as well On Mon, Apr 6, 2009 at 7:45 PM, Erik Engbrecht <[email protected]> wrote: > [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? >
