I'd like to use org.apache.tools.ant.XmlLogger for all my builds, so I'd
like to have it in my build.properties file rather than having to call
it as a command-line option. I couldn't find a property for doing this,
though.
Is it possible to define the logger in a properties file/
UTF-8 text in a propertyfile?
Steven Anderson wrote:
>I'm trying to pass a string of UTF-8 (Japanese) characters via a
>property to an xslt task in ant.
>
>If I set the property in the buildfile, with encoding="UTF-8",
>everything works fine. If I specify the prop
I'm trying to pass a string of UTF-8 (Japanese) characters via a
property to an xslt task in ant.
If I set the property in the buildfile, with encoding="UTF-8",
everything works fine. If I specify the property on the command-line
(in Windows XP), or via a UTF-8 encoded property file, the charac