Hey folks,
I'm wondering if anyone can give me some advice with the Scalatest IDE plugin.
Whenever I try and run a "package" ScalaTest configuration, I get an OutOfMemoryError, e.g.:
WARNING: -p has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -p to -R.
DEBUG: Discovery Starting
Exception in thread "main"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
I've tried a variety of memory settings in eclipse.ini and in VM arguments for the specific run configuration, but nothing seems to help. I can run File scope ScalaTest run configurations successfully. I've tried it with a few varieties of 2.1M2, including the Typesafe packaged installation of Eclipse, currently the 2.9.x flavor.
Any advice here?
--j