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: [email protected]
For additional commands, e-mail: [email protected]