Skip to content

5.1 Bootstrap

SBI- edited this page Oct 14, 2018 · 1 revision

Explanation

Creates the folder structure for the user, and also copies user configuration templates. Any files a user has to interact with are located here.

Arguments

None

Examples

Running

./gradlew bootstrap

will create a folder called jde as a sub folder of the java development environment repository. The result will look like this or very similar:

jde
├── dbs
│   ├── 6.0.3_db.zip
│   └── 6.0.6_db.zip
├── runtime
├── sdks
├── servers
└── user
    ├── linux_terminal_emulator.cfg
    ├── run_time_parameters.cfg
    └── workspaces
        └── workspaces_template.cfg

Clone this wiki locally