Task #3524
Move all post-installation, first launch, etc. tasks from scripts/bat to Java/RCP
Statut: | New | Début: | 01/12/2023 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Startup | Temps passé: | - | |
Version cible: | TXM 0.X.X |
Description
Move all post-installation, first launch, etc. tasks from scripts/sh/bat files to Java (RCP or Core).
Notes/Specifications [WIP SJ]¶
The tasks are different for each OS.
Some tasks may be can not be moved, eg. Linux R permissions.
The tasks should be done in 3 fragments as we do for embedding native code or native third-party applications such R or CQP so only the specific OS tasks are delivered for a specific OS.
For RCP, ApplicationWorkbenchAdvisor.preStartup() may be useful (but may be better to put the tasks at Core/Toolbox level).