> I was thinking of doing a quick <tempfile dir="" property="something" /> > > task...spec no dir and you get a tempfile where the system chooses with the > File.createTempFile() command ... I see that is 1.2+ only too. > > Guess I'd better make it optional and use reflection.
Umm, have a look at FileUtils.createTempFile! :) Speaking of which, why aren't the methods there static? Why did we make it so you have to have an instance of FileUtils? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
