Changing the location of inc_compile.zip

Hi all,

In my project, I am trying to run the gatling tests with Maven. During the Maven build process, gatling creates an inc_compile.zip file inside the target folder in the current path. I eventually want to run the project with AWS lambda and with AWS lambda all folders except for /tmp are read only. Maven could generate all of the results files/folders in the /tmp directory, but gatling’s attempt to create and write to the ‘/target’ folder is causing an error. Is there something we can change to the Maven pom.xml file to specify the location for inc_compile.zip or even disable the incremental compilation?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.