WarpPI icon indicating copy to clipboard operation
WarpPI copied to clipboard

Automatically generate rule file list for TeaVM

Open razzolini opened this issue 4 years ago • 0 comments

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.

razzolini avatar Oct 30 '19 14:10 razzolini