Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > DontSaveSources

DontSaveSources

Boolean

false

Purpose

The DontSaveSources parameter specifies whether the source code from all JADE methods is deleted when the schema is loaded. By default, source code is retained when the schema is loaded.

If you want to release a JADE environment that does not contain source code, you must perform a full schema load for all schema loads into that environment, check the Don’t Save Sources check box, and specify the compileUnchangedMethods parameter with a value of true on the jadload command line.

When the methods that are being loaded already exist and the source of those methods has not changed, the methods are not compiled. The source is not updated so it is therefore not deleted.

For details about including recompiled methods in patch versioning when a patch is to be applied to a schema that does not have source available, see "Enabling or Disabling Patch Versioning" and "Setting Up a Patch Number", in Chapter 3 of the JADE Development Environment Administration Guide.