> I don't understand. I assume the runner does something like new
> File("java.io.tmpdir", "J0")? If it called mkdirs(), this should have
> created all the path components.J0, J1 and other per-VM folders are created relative to 'dir' attribute, not 'java.io.tmpdir' or tempDir, RTFM :) http://labs.carrotsearch.com/download/randomizedtesting/2.0.0/docs/junit4-ant/Tasks/junit4.html > Unless it doesn't call mkdirs(). It does. if (isolateWorkingDirectories) { slaveDir = new File(baseDir, "J" + slaveInfo.id); slaveDir.mkdirs(); D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
