On Wednesday, August 13, 2003, at 08:49 pm, Jeremy Boynes wrote:
Also, when I ran maven --debug it seemed that every unit test was run in a
separate shell. Is this true, deliberate, and if so desirable given we
should end up with a *lot* of these?
FWIW right now we're using maven.test.fork=true (in etc/project.properties) to spawn new JVMs when running the unit tests - this fixes all kinds of classpath issues you often get with unit tests, JUnit, Ant & XML parsers etc.
James ------- http://radio.weblogs.com/0112098/
