The directory field is essentially the same as the file field except it the field will ensure a directory is selectedselection is limited to directories only, not single files.
Code Block | ||
---|---|---|
| ||
<field type="dir" align="left" variable="existing.jboss.home"> <spec txt="" size="25" set="$INSTALL_PATH$FILE_SEPARATOR${jboss.version}" mustExist="false"/> </field> |
...