-
Followers
skyluc (Assigned To) , Iulian Dragos , greenrd
AttachmentsNo attachmentsAssociationsNo associationsActivityon Feb 02, 2012 @ 11:56pm UTC * By Mirko Stocker
Have you tried deleting the errors in Eclipse's Problems view?
Time ExpenditureLoading
to just
in order to follow Play conventions.
Even though I've managed to get rid of these bogus compilation errors with regard to Play compiling the files (which I did by doing
in the project), I can't get Eclipse to acknowledge that the errors aren't there. I've tried:
and none of these helped. OK, the plugin incorporates 2.8.3dev version of scalac, but this shouldn't matter because the package controllers.com [sic] no longer exists, so the compilation errors shouldn't happen. I even grepped for this string within the project, and the only mention of it is inside .svn folders, i.e. previous versions of the files, which the presentation compiler should never be looking at at all.
I can try to produce a minimal test case if wanted.