2010/12/22 Chase Bradford <chase.bradf...@gmail.com>
> If you want a tmp file on a task's local host, just use java's > createTempFile from the File class. It creates a file in java.io.tmp, which > the task runner sets up in the task's workspace and is cleaned by the TT > even if the child jvm exits badly. > > Thank you for your suggestion. I need a temp directory, not a single file. I successfully used Koji's suggestion to use ./tmp, which is a preexisting directory for this purpose.