Project Setup
Last updated
Last updated
Now, that the environment has been installed, we need a project directory where we will manage all our local project content. Chose any (empty) folder on your hard-drive for your Script project, for example:
.\Documents\BoomiScripts
We are going to initialize that folder with the project template from GitHub.
Download the project template from GitHub and
Unzip its content into the BoomiScripts
folder (from above).
Start IntelliJ and File -> Open the MyScripts
project folder, that shows the black folder overlay.
Unfortunately, we are not yet done and IntelliJ need some first-time-use configuration., before we can start developing.
DO NOT create a new project within IntelliJ, because such project won't contain the required libraries and references, and testing and Boomi contexts won't be supported.
DO NOT create your project on a synched Google Drive folder.
G-Drive folders are not appropriate for development purposes because G-Drive keeps locks on files and folders which will lead to unpredictable results.