Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 698 Bytes

Developer_Guide.md

File metadata and controls

30 lines (21 loc) · 698 Bytes

Jadwiga The Chatbot - Developer Guide

Building the app

Run package task in sbt shell.

Running the app from command line

You can run the app from command line:

> scala target/scala-2.13/jadwiga_2.13-0.1.jar

or

> java -jar target/scala-2.13/jadwiga_2.13-0.1.jar

Building Windows executable

  1. Add sbt-assembly plugin as a dependency in project/plugins.sbt file:
    addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
  2. run assembly task in sbt shell,
  3. Download & install launch4j,
  4. Use launch4j-config.xml,
  5. Generate executable.