Skip to content

Commit 184b80b

Browse files
d3xter666KlattG
andauthored
[INTERNAL] Introduce UI5_DATA_DIR env (#855)
JIRA: CPOUI5FOUNDATION-703 --------- Co-authored-by: Günter Klatt <[email protected]>
1 parent 1dad2db commit 184b80b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/pages/Troubleshooting.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,19 @@ UI5 + Karma:
5151

5252

5353
!!! warning
54-
The combination of the `UI5_LOG_LVL` environment variable with the `--log-level` CLI parameter might lead to unexpected results; they should be used interchangeably but not together. The CLI parameter takes precedence over the `UI5_LOG_LVL` environment variable.
54+
The combination of the `UI5_LOG_LVL` environment variable with the `--log-level` CLI parameter might lead to unexpected results; they should be used interchangeably but not together. The CLI parameter takes precedence over the `UI5_LOG_LVL` environment variable.
55+
56+
### Changing UI5 Tooling's Data Directory
57+
58+
UI5 Tooling's data directory is by default at `~/.ui5`. It's the place where the framework artefacts are stored.
59+
In some cases and environments this is not a convenient location and the user needs to provide a better one. The path to it is provided via the `UI5_DATA_DIR` environment variable.
60+
61+
Example:
62+
63+
Unix-style:
64+
65+
`UI5_DATA_DIR=/my/custom/location/ ui5 build`
66+
67+
On Windows:
68+
69+
`set UI5_DATA_DIR="C:\\my\\custom\\location" ui5 build`

0 commit comments

Comments
 (0)