Define the logger in a properties file?

2006-05-10 Thread Steven Anderson
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/

RE: UTF-8 text in a propertyfile?

2005-12-29 Thread Steven Anderson
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

UTF-8 text in a propertyfile?

2005-12-28 Thread Steven Anderson
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