getProperty

Get value of property by name and put it in other property The only one reason to use this tag - better support for null values (not defines properties) It treats null as empty String by default (may be changed)

Task properties:

Name Description
Static Get value as static (can be passed between ant calls) Please use setParameter to set value from other ant file
Name Name of property to GET value from
To Name of proprerty to SET value
NullValue String for null value (default - empty)
Bold properties are mandatory