-
Notifications
You must be signed in to change notification settings - Fork 2
3.7 Migration
Pascal Hürlimann edited this page Oct 14, 2018
·
4 revisions
If you are moving from an old version of jazz-debug-environment, the easiest way of migrating is by abandoning the old installation and just copying over a few files of your old configuration.
- Make a backup of your current database in the
dbfolder, eg. by zipping theconffolder. - Entries in
conf/jetty/user_configs/will either be unneccessary or in the wrong format. Any properties entries are now deprecated and can be ignored. Workspaces, which previously were in the formatD\:/some_folder/workspace_folder@start(windows) or/some/folder@start(linux) can be replaced by just their path in standard notation, egD:\some_folder\workspace_folderor/some/folder
Follow the quick start instructions to get a basic configuration, and then
- Overwrite the generated database in
jde/runtime/VERSION/dbwith your previously backed up database. - Add any workspace entries you need in their normal path notation to a file in
jde/user/workspaces
That should give you the same environment that you had previously, and can be used by running ./gradlew run