I assume you have the filename directly in the build file, no? Because if it was picked up by a fileset, it would probably work.
Did you think to change the XML declaration at the top to have the proper encoding value? I don't know for sure, but XML may default to UTF-8. --DD <?xml version="1.0" encoding="UTF-8"?> > -----Original Message----- > From: Xose Ramon Sousa Vázquez [mailto:[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 11:27 AM > To: user@ant.apache.org; [EMAIL PROTECTED] > Subject: Ant delete task with files with acutes and space > > I have a problem with special characters in the name of my files. We use > names with some characters like acutes ( á é í ó ú ) and spaces and Ç > for example. I am using ant into a cruisecontrol process to clean the > build directory. > For example: > I have tried to delete a file in Linux with its filename='Recepción > fax.xml' > > I have tried with several options, like putting several locale > configuration in the machine and also passing this configuration in a > parameter to the ant. > > ant -v -Duser.language=es -Duser.region=ES -buildfile cc-build.xml > > %locale > LANG=es_ES.UTF-8 > LC_CTYPE="es_ES.UTF-8" > LC_NUMERIC="es_ES.UTF-8" > LC_TIME="es_ES.UTF-8" > LC_COLLATE="es_ES.UTF-8" > LC_MONETARY="es_ES.UTF-8" > LC_MESSAGES="es_ES.UTF-8" > LC_PAPER="es_ES.UTF-8" > LC_NAME="es_ES.UTF-8" > LC_ADDRESS="es_ES.UTF-8" > LC_TELEPHONE="es_ES.UTF-8" > LC_MEASUREMENT="es_ES.UTF-8" > LC_IDENTIFICATION="es_ES.UTF-8" > LC_ALL= > > > Help is appreciated. > > > --------------------------------------------------------------------- > 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]