Hi
I've downloaded NB 6.8m2 and the latest packaged bits for the Scala
plugin. First steps went well, nice work!
I'm trying to compile a very small Scala project
(
http://code.google.com/p/swarm-dpl/) using a compiler plugin
(continuations) and would like to see the compiler output. I've added
-verbose to the compiler options but am not seeing any additional
detail. I tried restarting NB and calling fsc -reset from the command
line, but it looks like the option is not being passed to the
compiler.
Also, SCALA_HOME is set correctly and I can compile these classes from
the CLI but am getting errors when I compile from within NB. Are you
using a packaged compiler, or the one on my system? I'm using a pretty
recent build of 2.8.
patrick@cgbspender:~/dev/Swarm$
>scala
Welcome to Scala version 2.8.0.r18915-b20091005020911 (Java
HotSpot(TM) 64-Bit Server VM, Java 1.6.0_16).
Thanks
Patrick