Building bundle with libs

Hi all,

I’m trying to build & run Gatling from master. I’m running sbt → publishLocal, which generates gatling-bundle\target\universal\gatling-bundle-2.0.0-SNAPSHOT.zip, but the generated files don’t contain lib directory with all the JARs, so running gatling.bat fails (no surprise here :slight_smile: ):
Could not find or load main class io.gatling.app.Gatling

Please help building bundle with libs (or run Gatling directly from sbt, if possible).

Regards!
Krzysztof Nowak

Please help building bundle with libs (

You have to build gatling-highcharts too. This is the real bundle.

or run Gatling directly from sbt, if possible).

Yep