Step 1: Upgrade Projects
Before you upgrade, it is recommended that each and every legacy Logic manager project you migrate to Studio project by moving the logics into the CalculationLogic subfolder.
...
First it is necessary to make a change in every project started in IDEA in the previous version of the plugin (i.e. Logic Manager) – you need to move the logics into a new subfolder:
- Open the project in IntelliJ IDEA.
- In the project files tree, right-click on the root folder and choose New → Directory.
- Enter CalculationLogic (exactly like this) as a name and click 'OK'.
- Select all your logics and drag them to this new CalculationLogic subfolder.
- Commit the changes in GIT.
Info |
---|
Moving the logics to the CalculationLogic subfolder does not have any impact on your team members who are still working in the legacy Logic Manager, since the legacy Logic Manager supports that. So you can do that any time. |
Step 2: Upgrade IDEA plugin
...