You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on the JVM, the program finds rule files by listing the contents of a predetermined directory (rules/).
However, on TeaVM, the file API doesn't support the listing of directory contents, so the program reads a rules.list file, which contains the paths of all rule files to load.
Currently, this file has to be written manually, but it would be better to generate it automatically when building for TeaVM.
The text was updated successfully, but these errors were encountered:
When running on the JVM, the program finds rule files by listing the contents of a predetermined directory (
rules/
).However, on TeaVM, the file API doesn't support the listing of directory contents, so the program reads a
rules.list
file, which contains the paths of all rule files to load.Currently, this file has to be written manually, but it would be better to generate it automatically when building for TeaVM.
The text was updated successfully, but these errors were encountered: