what happened |
Every time I hit refresh on a Scala project which has 'included' filters on its source code, they get ignored. F\
or instance, the 'nsc' project uses 'src/' as a source folder and 'src/compiler' as the only included folder for\
compilation. After each refresh (or svn update) the plugin re-builds the whole src/directory (and fails miserab\
ly compiling the library and Predef.scala). Then I have to remove the filter, clean, build, add the filter again\
, clean, build... Easily 10 min. are lost.
|