Hi all
Looking to do a few dev things against current snapshot branch - can anyone advise me how to build from source?
Specifically - I seem to be having issues with fetching from public repo before it looks up the local build artefacts when building gatling-highcharts.
Current steps -
-
I collect source from github for gatling and gatling-highcharts repos.
-
I have made changes to the gatling project, no change to gatling-highcharts
-
In gatling, I run $ sbt clean compile packageBin publishLocal
When I view bundle at /home/jason/.ivy2/local/io.gatling/gatling-bundle/2.0.0-SNAPSHOT/zips/gatling-bundle-bundle.zip, I can see my changes have been applied -
In gatling-highcharts, I run $ sbt clean compile packageBin publishLocal, it seems to take a long time to “update” and “resolve” the packages, and then builds. However, the resulting file in /home/jason/.ivy2/local/io.gatling.highcharts/gatling-charts-highcharts/2.0.0-SNAPSHOT/zips/gatling-charts-highcharts-bundle.zip does not actually contain the changes which were expected based on the “gatling” project build.
Running scala 2.10, sbt 0.13.
Thanks
Jason