eta icon indicating copy to clipboard operation
eta copied to clipboard

data-files should be transferred to jar as resources

Open rahulmutt opened this issue 8 years ago • 0 comments

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).

rahulmutt avatar May 17 '17 10:05 rahulmutt