bug #17297

2003-06-21 Thread tbee
Hello developers, I have submitted a bug on the translate class and a fix to it on februari 21. Could any PLEASE integrate this fix? It's annoying to have to refix every new release of ANT. Thanks for a great tool! Tom - To u

Re: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-21 Thread Steve Loughran
peter reilly wrote: 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 ---