Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
danbim edited this page Aug 15, 2012 · 3 revisions

Frequently Asked Questions

In my script, I get the error "object XXX is not a member of package YYY" even though everything seems in order

It seems this problem occurs when the "fast compilation daemon" of Scala has a problem with its cached compiled files. Running fsc -shutdown should do the trick. Please see this Stackoverflow thread for more details.