nest.repository.support Documentation TaskDoc JavaDoc Packages
Adds saker.nest test instrumentation to the specified archive. The task will load the saker.nest-test-instrumentation bundle for the specified version and create a new archive that contains the classes from it, in addition with the specified base archive. The resulting archive can be used for integration testting with the saker.nest repository.
Summary
Parameters
Archive
Required parameter.
Path to the base archive to which the instrumentation should be added.
NestVersionSpecifies the version of the saker.nest-test-instrumentation bundle that should be added as the instrumentation to the base archive.
OutputSpecifies a relative output path where the instrumented archive should be created.
Parameters
Required parameter.
Path to the base archive to which the instrumentation should be added. The archive itself is not modified, but a new archive is created with the contents of the base archive and the instrumentation classes.
Specifies the version of the saker.nest-test-instrumentation bundle that should be added as the instrumentation to the base archive. If not specified, the latest release is used.
Specifies a relative output path where the instrumented archive should be created. The path is the relative path under the nest.test.instrument directory in the build directory.