I think java.io.tmpdir is not used because it is not in java 1.1.
As Ant does not support 1.1 (except to generated 1.1 classes), use should probably be made of java.io.File#createTempFile().
yes, the tempFile stuff was there for 1.1 support; same with the touch stuff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]