views:

20

answers:

0

I'm teaching a course in Scala, starting just after the Fourth of July. I'd like to teach scalatest, but I cannot get it to work.

By preference I'd like to get it working with jEdit and the ScalaMiniIDE plugin. That requires Maven, which I don't know at all. jEdit has a Maven 0.3 plugin and a Maven2 1.3 plugin (the latter won't load) and tells me I need to upgrade these (the built-in check for upgrades doesn't find anything).

In Eclipse I can import org.scalatest.Suite from the jar file, but as soon as I do class CanaryTest extends org.scalatest.Suite { (from the Subramaniam book), I get multiple errors. Examples from the other Scala books fare no better.

Has anyone gotten scalatest to actually work? If so, can you tell me how? I'm really stuck.

Thanks,

Dave Matuszek