"Dave Brosius" <[email protected]> writes: > To simplify things, it would be nice if the ant build did > > java -XX:MaxPermSize=512m junit.textui.TestRunner > org.apache.derbyTesting.functionTests.suites.All > > in some task (adding the appropriate classpath entries) for the user.
There is an ant target called "junit-all-codeline-jars" that's supposed to work like that. I haven't tried it myself, though. -- Knut Anders
