Hi
What's the encoding specified in your build.xml file ?
If it's UTF-8, you should try with ISO-8859-1
<?xml version="1.0" encoding="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
I have a file called "BD_Modèle.sql" in a "src" folder.
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)
Could anyone hep me ?
Séb
---------------------
An electronic message is not binding on its sender.
Any message referring to a binding engagement must be confirmed in
writing and duly signed.
---------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]