RE: Antwort: RE: Delete task failed to remove French file name

2006-02-10 Thread Noel Sebastien (BIL)
D] Sent: jeudi 9 février 2006 17:33 To: Ant Users List Subject: Re: Antwort: RE: Delete task failed to remove French file name sorry i can't reproduce You probably checked it before, but did you verify that you have the authorisation to delete it? did you try to delete it with success with

Re: Delete task failed to remove French file name

2006-02-09 Thread Stefan Bodewig
On Thu, 9 Feb 2006, Noel Sebastien <[EMAIL PROTECTED]> wrote: > I use Ant 1.6.5 on Unix and the task 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.remov

Re: Antwort: RE: Delete task failed to remove French file name

2006-02-09 Thread Thomas Burdairon
icitly the filename. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 9 février 2006 16:34 To: Ant Users List Subject: Antwort: RE: Delete task failed to remove French file name do you try to delete the file with the name explicitly given in the buil

Re: Antwort: RE: Delete task failed to remove French file name

2006-02-09 Thread ar
ilename. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 9 février 2006 16:34 To: Ant Users List Subject: Antwort: RE: Delete task failed to remove French file name do you try to delete the file with the name explicitly given in the build.xml? or is i

RE: Antwort: RE: Delete task failed to remove French file name

2006-02-09 Thread Noel Sebastien (BIL)
e filename. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: jeudi 9 février 2006 16:34 To: Ant Users List Subject: Antwort: RE: Delete task failed to remove French file name do you try to delete the file with the name explicitly given in the build.xml

Antwort: RE: Delete task failed to remove French file name

2006-02-09 Thread dvholten
do you try to delete the file with the name explicitly given in the build.xml? or is it somewhere in a filetree and some pattern find's it and fails to delete? what's your JRE-version ? ant-version ? dvholten

RE: Delete task failed to remove French file name

2006-02-09 Thread Bhatia Saurabh \(CHA\)
I think you should change the filename itself coz on many systems these characters cause problems. -Message d'origine- De : Noel Sebastien (BIL) [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 9. février 2006 16:18 À : Ant Users List Objet : RE: Delete task failed to remove French file

RE: Delete task failed to remove French file name

2006-02-09 Thread Noel Sebastien (BIL)
Thank you, I tried but it failed. The right answer is probably something relating to the charset (or encoding), you are right. But the mailto:[EMAIL PROTECTED] Sent: jeudi 9 février 2006 16:02 To: Ant Users List Subject: Re: Delete task failed to remove French file name Hi What's the enc

Re: Delete task failed to remove French file name

2006-02-09 Thread ar
Hi What's the encoding specified in your build.xml file ? If it's UTF-8, you should try with ISO-8859-1 AR Le Thu, 09 Feb 2006 15:27:52 +0100, Noel Sebastien (BIL) <[EMAIL PROTECTED]> a écrit: Hi all, As you know, french language includes some stressed characters like é, à, etc

Delete task failed to remove French file name

2006-02-09 Thread Noel Sebastien (BIL)
Hi all, As you know, french language includes some stressed characters like é, à, etc I have a file called "BD_Modèle.sql" in a "src" folder. I use Ant 1.6.5 on Unix and the task fails saying : Unable to delete file /export/home/wasapps/src/BD_Mod?le.sql at org.apache.tools.ant.taskdefs.Delete.r