Open bjenkinsgit opened 3 years ago
Hi, this project does not have a web server. Can you try following steps:
sbt assembly
. This will generate the jar in target/scala-2.12
folder.java -jar <jarFileName> <ergoScriptSource>
etc. Please see the readme
I'm using JDK 11 and sbt 1.13 and I get the following when I issue the "sbt run" command: [warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list [info] running kiosk.KioskWeb File not found: properties/CommonUtil.properties property [properties/CommonUtil.properties:debug] not found. Using default value of false File not found: properties/reflect.properties Writing Scala code to src/main/scala/easyweb/Initializer.scala [success] Total time: 5 s, completed Feb 7, 2021, 12:18:55 PM