How to build 'bundle' from source.

Good day, colleagues,

I started to use gatling and trying to understand – how to build gatling bundle from source ?

I read https://github.com/excilys/gatling/wiki/Development-environment - but I can’t find there: how to build bundle in the same way as in distribution ?

As I understand, eclipse build is just sbt build. I expect that exists some place, where we can put non-free artefacts and some sbt target, which will build
new snapshot distribution (?) But I can find nothing about this in documentation.

Hi,

Except for Gatling 2 dedicated page, most of the wiki is for Gatling 1.
Gatling 1 was built with maven and Gatling 2 is built with sbt.

Assuming you have sbt installed and want the build master.

Fetch gatling main project + gatling highcharts module:
http://github.com/excilys/gatling

http://github.com/excilys/gatling-highcharts

sbt => ;compile;publishLocal on both

Cheers,

Stéphane

Thanks, I received gatling-hightcharts-bundle.zip ![ I see, one include hightstock.js in resources ]

Highstock is the reason why we have to split: https://github.com/excilys/gatling/wiki/FAQ#wiki-gatling-highcharts-split