dontSaveSources

The optional dontSaveSources argument enables you to specify that you want to delete the source code from all JADE methods 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 and specify the dontSaveSources and the compileUnchangedMethods arguments with values of true on the 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", in Chapter 3 of your JADE Development Environment Administration Guide.