On 2012-04-21, Lokesh Jain wrote:

> But on a CentOS box, the same property is read by the task program
> along with some junk unicode chars. Consequently, the strings do not
> match which affects some of the internal logic of the ant task.

What is "the task programm"?  And how does it read the properties?
Maybe this one is expecting a different encoding than they have been
written with?

Does Ant's built-in property task (maybe using a prefix) work?
Something like

<property file="build.properties" prefix="foo"/>
<echo>${foo.APPLICATION_GUID}</echo>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to