Changes between Version 21 and Version 22 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-09-01T10:52:18+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v21 v22  
    5151`ant -f xqtl_dev.xml recompile`[[BR]]
    5252For 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]]
    5454
    5555You can '''run the data- and webtest''' yourself to find out if your version is stable:[[BR]]
     
    5959You can '''remove all generated and compiled code''':[[BR]]
    6060`ant -f xqtl_dev.xml clean`[[BR]]
     61Followed by e.g. a make:[[BR]]
     62`ant -f xqtl_dev.xml make`[[BR]]
    6163And even delete the HSQL database:[[BR]]
    6264`ant -f xqtl_dev.xml deletedb`[[BR]]