Attribute | Description | Required
|
---|---|---|
property | The name of the property to set. | Yes |
value | The value to set the property to. Defaults to "true". | No |
classname | The class to look for in the classpath. | Yes |
file | The file to look for. | Yes |
resource | The resource to look for in the JVM. | Yes |
classpath | The classpath to use when looking up classname or resource. | No |
filepath | The path to use when looking up file. | No |
classpathref | The classpath to use, given as a reference to a path defined elsewhere. | No |
type | The type of file to look for, either a directory (type="dir") or a file (type="file"). If not set, the property will be set if the name specified in the file attribute exists as either a file or a directory. | No |
ignoresystemclasses | Ignore Ant's runtime classes, using only the specified classpath. Only affects the "classname" attribute. Defaults to "false" | No |