I have the same configuration. Can you try
ls -l project/boot/scala-2.7.3/lib/
and confirm that scala-library.jar is there, at 3690397 bytes?
Nathan
I just posted a new version of sbt (0.4.3) that, among other things,
includes a couple of possibly related changes. Try the following:
You didn't by any chance overwrite the old launcher with the new one
while you had sbt running? That might lead to a segfault initially,
but you shouldn't have any problems starting it again.
It should be forwards compatible- I tested it specifically on dispatch
using the old launcher/new builder, new launcher/new builder, and new
launcher/old builder! Is this consistently reproducible?
Something like: using the old loader, 'set sbt.version 0.4', 'reboot',
'set sbt.version 0.4.3', 'reboot', explode?
-Mark
It should be forwards compatible- I tested it specifically on dispatch
using the old launcher/new builder, new launcher/new builder, and new
launcher/old builder! Is this consistently reproducible?