ILINCREMENTALBUILD (Technology Preview)

Identifies and compiles only the programs that have changed since the previous compilation.
Note: This is a technology preview feature only. It is being made available to allow you to test and provide feedback on this new capability; however, this feature is not intended for production use and it is not supported as such. Furthermore, Micro Focus does not guarantee that this feature will be delivered at a GA level and if it is, then the functionality provided might differ considerably from this technology preview.
Restriction: This directive is supported for managed COBOL only.

Syntax:

>>-.----.---ILINCREMENTALBUILD---------><
   |    |        
   +-NO-+ 

Parameters:

None

Properties:

Default: NOILINCREMENTALBUILD
Phase: Syntax check
IDE Equivalent: Navigate to the projects's properties and click Micro Focus > Build Configuration and check Use incremental build (Technical preview feature).
$SET: No

Comments:

When this directive is specified, the build only recompiles programs that have changed and programs that refer to types or programs within those programs that have changed. When using this directive, the build creates a directory within the project output directory called JVMDependencies that stores dependency information for all the programs in your project.

Micro Focus recommends that you clean your project and build before packaging for distribution.