Hello.I'm getting the following error when I run the tester for scalatest:
pra...@pratik:~$ scala -classpath scalatest-0.9.5.jar org.scalatest.tools.Runner -p "scalatest-0.9.5-tests.jar" -o -s org.scalatest.SuiteSuite *** RUN ABORTED - org.scalatest.tools.Runner: Unable to load a Suite class. This could be due to an error in your runpath. Missing class: org.scalatest.SuiteSuite *** But when I'm running Scala programs, they are working fine. I use ubuntu 9.04...Can anyone tell me what to do? -- thanks, Pratik K Anand [Non-text portions of this message have been removed]

