Skip to content

5.11 Upgrade

Pascal Hürlimann edited this page Mar 9, 2020 · 4 revisions

Explanation

Some changes or new features require files to be copied to the appropriate locations when changing to a newer version of the jazz development environment. Usually, the bootstrap task would take care of this. In order to avoid setting up a new environment with every version upgrade, the upgrade task will copy and create files and folders to match the newest version of the jazz development environment.

Arguments

None.

Examples

Please note that some errors can occur when running the upgrade task, due to a rather crude implementation. In general, these errors can be ignored.

$ ./gradlew upgrade

> Task :upgrade
Failed to copy files: /home/sbi/workspaces/jazz/jazz-development-environment/jde/projects/launches/Create Development Environment Database.launch
Failed to copy files: /home/sbi/workspaces/jazz/jazz-development-environment/jde/projects/launches/Launch Development Environment.launch
Failed to copy files: /home/sbi/workspaces/jazz/jazz-development-environment/jde/projects/launches/.project

As you can tell, some files failed to be copied. However, this upgrade task worked none the less. Should features not work as expected after running upgrade, don't hesitate to open an issue with your particular problem.