On Jun 11, 2009, at 1:11 PM, Peter Niederwieser wrote:



hdockter wrote:

test.options.fork(forkMode: ForkMode.ONCE)


IMHO, ForkMode.ONCE should be the default. ForkMode.PER_TEST may be a good choice for integration tests, but for unit tests it's overkill (trying too hard to be on the safe side). I don't know about Ant, but Maven also uses
"once" by default.

Ant uses per test. Gradle actually uses per test for Java projects and once for Groovy projects. At least that's what its supposed to do.

- Hans

--
Hans Dockter
Gradle Project Manager
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to