Can I use the "&#x<hex number>" format to escape characters when I specify values in Ant? For example I need to have this executed:
<pathconvert targetos="windows" pathsep="
" property ="build.list" refid="build.fileset"/> In other words instead of the default OS path separator I need a line-feed (#xA). When run this produces an "Illegal hexadecimal character reference" error. I also tried to escpae the letter "A" in an <echo message="...A..."/> task but it yelded the same result. Todor Boev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
