On Thu, 9 Feb 2006, Noel Sebastien <[EMAIL PROTECTED]> wrote: > I use Ant 1.6.5 on Unix and the task <delete dir="src"/> fails > saying : Unable to delete file > /export/home/wasapps/src/BD_Mod?le.sql at > org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:594) at > org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
It's probably an issue with your Java VM. Ant retrieves the file name from the OS via File.list() and later tries "new File(...).delete()". In your case the list call returns a file name that isn't handeled by the File constructor. I just tried and don't have any problems with German umlauts in file names on my Linux or Mac systems. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]