scala - Adding data files to SBT project -


i add data file or configuration file along application (such sample.conf). file should available user he/she can edit sample configuration further customize application.

how can add such files project such that

  1. this file becomes part of distributable, ,
  2. how can link in source documentation, purpose can doucmented, and
  3. this file goes special directory (such conf)

or there such predefined task available.

sbt native packager provides support doing want, though you'll have dig through docs bit. universal packager best approach you.

http://www.scala-sbt.org/sbt-native-packager/


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -