Hello!
I am using ant 1.5.4 and my loadproperties tasks behaves deifferently from my property tasks (when loading from a file). In particular I can specify empty properties using the property task like this:
foo =
When specified like this in a file and loaded with a property task the property foo will get set to the empty string. When doing the same with loadproperties the property doesn't get set at all.
Is this really the way that the loadproperties task is supposed to behave?
Regards, Mattias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
