Hi,
i’ve changed encoding in my gatling.conf to use ISO-8859-2 and it seems this change not work.Did i missed something ?
[INFO] — gatling-maven-plugin:1.2.3:execute (default-cli) @ Myproject —
[INFO] Collecting simulations…
[INFO] Exception in thread “main” java.lang.RuntimeException: Compilation failed:
[INFO] error: IO error while decoding Myproject\MyScenario.scala with UTF-8
[INFO] Please try specifying another one using the -encoding option
[INFO] one error found
[INFO]
[INFO] at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:181)
[INFO] at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:171)
[INFO] at com.excilys.ebi.gatling.core.util.IOHelper$.use(IOHelper.scala:24)
[INFO] at com.excilys.ebi.gatling.app.Gatling.compile(Gatling.scala:171)
[INFO] at com.excilys.ebi.gatling.app.Gatling.start(Gatling.scala:103)
[INFO] at com.excilys.ebi.gatling.app.Gatling$.main(Gatling.scala:69)
[INFO] at com.excilys.ebi.gatling.app.Gatling.main(Gatling.scala)
[INFO] ------------------------------------------------------------------------