Orangevolt ANT Tasks » Tasks | ||
Example | Element merge |
The properties task can write a property file. You can merge existing property files and set properties (conditional set of properties supported !) out of Ant.
Name | Description | Required |
file | the properties file to create. | yes |
header | The header to use for the properties file. This property can also be set using inner element <header>. | no |
overwrite | If the propertyfile exists and overwrite is false, it is readed. Otherwise it will be overwritten. overwrite defaults to true. | no |