Hi,
I think file.encoding is not an ant system property, rather a java property.
Try 
ant -D"file.encoding=UTF-8"

or 

set ANT_OPTS=-D"file.encoding=UTF-8"
ant

Regards,

Antoine 
-------- Original-Nachricht --------
Datum: Wed, 14 Jun 2006 11:07:57 -0400
Von: 1800 tbsfunny <[EMAIL PROTECTED]>
An: Ant Users List <user@ant.apache.org>
Betreff: file encoding to UTF-8

> I am trying to set my ant system property "file.encoding" to UTF-8.
> Currently it is set to Cp1252, which I think is the Windows default.
> 
> How can I modify the ant system property "file.encoding"?
> 
> -Jed

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to