Controlling compilation

Automatic compilation of LotusScript libraries is a preference and is on by default. You can also manually compile all LotusScript in the current application.

About this task

To turn off automatic compilation of LotusScript libraries:

Procedure

  1. Click File > Preferences.
  2. Expand Domino Designer and click LotusScript Editor.
  3. Clear Enable automatic recompilation.

What to do next

The LotusScript editor in Eclipse (LSEE) uses the Eclipse incremental builder to automatically compile all libraries affected when you save code. The Problems tab lists any errors that occur in an LSEE library. Double-click an error to go to the affected source code.

You can save and sign any design elements that are automatically compiled if the design element has no errors:

  1. Click File > Preferences.
  2. Expand Domino Designer and click LotusScript Editor.
  3. Select Save and sign design elements during automatic recompilation.

To manually compile all LotusScript in the current application, click Tools > Recompile All LotusScript.