eta
eta copied to clipboard
data-files should be transferred to jar as resources
This explains how data files are currently handled. After the change, the data files will be transferred to the jar file itself and accessed as resources.
Basic implementation:
- When building, a new jar file should be built that puts all the data files into a single file. Then, this new jar file should be combined with the library jar file (can be send as an input to
eta).