Package code and artifacts
Description
Specify whether to automatically package generated code and artifacts for relocation.
Category: Code Generation
Settings
Default: off
On
After code generation, to package generated code and artifacts for relocation, the build process runs this
packNGo
command:packNGo(pwd,... 'IncludeReport',true,... 'packType','hierarchical',... 'fileName',zipName,... 'nestedZipFiles',false);
Off
The build process does not run
packNGo
after code generation.
Dependency
Selecting this parameter enables Zip file name and clearing this parameter disables Zip file name.
Command-Line Information
Parameter:
PackageGeneratedCodeAndArtifacts |
Type: character vector |
Value:
'on' | 'off' |
Default:
'off' |
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |