defect
Since there is a Maven repository for Top-Logic, you can check out only your business modules into your workspace and retrieve the Top-Logic base from Maven.
If this is the case, the online documentation (e.g., TL-Script documentation) will be missing from the application.
The reason is that when reading the help files, the `java.nio.File.Path` to `index.html ` is converted into a `java.io.File ` object. This is not possible because ` index.html ` is, in fact, loaded from a web-fragment WAR.
Test
- Check out only the TL Demo in a workspace.
- Enter “list” in the expert search.
- Expected result: A help article is displayed.