Gatling plugin encoding issue

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] ------------------------------------------------------------------------

Hi Ludovic,

I’ve opened an issue (https://github.com/excilys/gatling/issues/583) and uploaded a snapshot that I think would fix the problem:
https://github.com/downloads/excilys/gatling/gatling-charts-highcharts-1.2.4-SNAPSHOT-bundle.zip

I’m sorry, I can’t test it where I am.
Could you give it a try, please?

Cheers,

Stéphane

2012/6/26 Ludovic Mercier <ludovic.mercier.lm@gmail.com>

Just have a try and compilation with encoding ISO-8859-2 was successfull

Thanks

Great news! Thanks for reporting!

2012/6/26 Ludovic Mercier <ludovic.mercier.lm@gmail.com>