I too get a few OutOfMemoryErrors when I run "ant junitreport" with default settings. They disappear if I tell ant to increase the max heap memory to some high value. So far I have not been able to do that from the command line, so I edited the "junit-core" target in build.xml instead:
Thanks John! That's very helpful.
Does this seem like a reasonable change to make permanent? It would certainly be nice to be able to run "ant junitreport" more reliably. thanks, bryan
