On Tue, 27 Jul 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > What is the difference between gump starting the tests of ant and me > running ant test from the command line ?
CLASSPATH and build.sysclasspath. Gump puts everything Ant needs into the system CLASSPATH, including build/classes and build/testcases. And then it passes -Dbuild.sysclasspath=only to Ant, making sure that Ant will ignore each and every custom <classpath> element in the build file. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]