The MSPro Boomi Collection
About
ScriptEase For Boomi
ScriptEase For Boomi
  • ScriptEase
    • ScriptEase Development Environment
    • What AI says!
      • The limits of AI ...
  • Software Installation
    • Install a local Atom
  • Project Setup
    • IntelliJ Configuration
    • Verify Project Setup
  • Concepts
    • Use Test Data
  • Examples
    • 1 - Debug an existing process script
    • 9 - Aggregate Prices Example
  • Test Contexts
    • The Process Call Chain
  • Download
  • 💤Appendix
    • Script Templates
    • Java thoughts and recommendations
      • Chose newer JVM for local development
    • Boomi documentation and links
    • Initialize IntelliJ Templates
    • Script Contexts
  • Troubleshoot
    • Java the weed
    • ClassNotFoundException - GroovyStarter
    • Invalid VCS root mapping
    • An illegal reflective access operation has occurred
    • UnauthorizedAccess Error
  • Licensing
    • License Activation
    • Privacy Policy
Powered by GitBook
On this page
  • The project template
  • Additional Notes

Project Setup

Last updated 1 month ago

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

The project template

We are going to initialize that folder with the project template from GitHub.

  • Download the 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.


Additional Notes

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.

IntelliJ Configuration
Invalid VCS root mapping
project template
BoomiScripts folder populated with the unzipped project template.
Open MyScripts with IntelliJ
Page cover image