Attribute | Description | Required
|
---|---|---|
targetos | The target architecture. Must be one of 'unix', 'windows', 'netware' or 'os/2'. This is a shorthand mechanism for specifying both pathsep and dirsep according to the specified target architecture. | Yes, unless pathsep and/or dirsep are specified. |
dirsep | The character(s) to use as the directory separator in the generated paths. | No, defaults to current JVM File.separator |
pathsep | The character(s) to use as the path-element separator in the generated paths. | No, defaults to current JVM File.pathSeparator |
property | The name of the property in which to place the converted path. | Yes |
refid | What to convert, given as a reference to a <path>, <fileset>, <dirset>, or <filelist> defined elsewhere | No; if omitted, a nested <path> element must be supplied. |
setonempty | Should the property be set, even if the result is the empty string? | No; default is "true". |