From c7fcbef13ae9f5003d514e07d52739ec88f57f26 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis setNewProperty()
sets the property only if there is no
property with that name. Otherwise a message is logged.
(by the way: a short word to Ant's "namespaces" (not to be confused with XML namespaces:
+ (By the way, a short explanation of Ant's "namespaces"—not to be confused with XML namespaces:
an <antcall>
creates a new space for property names. All properties from the caller are passed to the
callee, but the callee can set its own properties without notice by the caller.)