Hello. Bill Venners, one of the designers of ScalaTest provided the solution:
Hi Pratik, > > When you say -p scalatest-0.9.5-tests.jar, you indictate that the > tests will be in that JAR file. The -p lets you specify a "run path," > a path on which ScalaTest will load classes when running test. The > org.scalatest.SuiteSuite class is indeed in that JAR file, so I'm > wondering perhaps you're running this command from some other > directory? Basically from whatever directory you are in when you run > this command, you need to specify the path to that JAR file. To get it > to work just providing the scalatest-0.9.5-tests.jar filename, you > need to run the command in the same directory as that JAR file. Let me > know if that doesn't solve the problem. > > Bill -- Cheers, Pratik K Anand [Non-text portions of this message have been removed]

