Changes between Version 21 and Version 22 of xQTLAdministratorInstall
- Timestamp:
- 2011-09-01T10:52:18+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorInstall
v21 v22 51 51 `ant -f xqtl_dev.xml recompile`[[BR]] 52 52 For some updates you must remake the application, which includes MOLGENIS generation and recompilation. This is the 'safe but slow' option.[[BR]] 53 `ant -f xqtl_dev.xml make`[[BR]]53 `ant -f xqtl_dev.xml clean_make`[[BR]] 54 54 55 55 You can '''run the data- and webtest''' yourself to find out if your version is stable:[[BR]] … … 59 59 You can '''remove all generated and compiled code''':[[BR]] 60 60 `ant -f xqtl_dev.xml clean`[[BR]] 61 Followed by e.g. a make:[[BR]] 62 `ant -f xqtl_dev.xml make`[[BR]] 61 63 And even delete the HSQL database:[[BR]] 62 64 `ant -f xqtl_dev.xml deletedb`[[BR]]