ILINCREMENTALBUILD (Technology Preview)

前のコンパイル以降に変更があったプログラムのみを、識別およびコンパイルします。
注: 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.
制約事項: This directive is supported for managed COBOL only.

構文:

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

パラメーター:

なし

プロパティ:

デフォルト: NOILINCREMENTALBUILD
フェーズ: 構文チェック
IDE と同等: プロジェクトのプロパティに移動し、[Micro Focus] > [ビルド構成] をクリックし、[Use incremental build (Technical preview feature)] をチェックします。
$SET: No

コメント:

この指令が指定されている場合、ビルドは、変更のあったプログラムと、そのプログラム内の型またはプログラムを参照しているプログラムのみ再コンパイルします。この指令を使用している場合、ビルドは、プロジェクト内のすべてのプログラムの依存情報を保存する、JVMDependencies と呼ばれるプロジェクト出力ディレクトリ内にディレクトリを作成します。

Micro Focus は、配布用にパッケージ化する前に、プロジェクトとビルドをクリーニングすることを推奨します。