Skip to content

Build project modules

After you have made changes to source files or project configuration, use the build action to create a new version of the "brains" of the text intelligence engine.

The build action checks the syntax of the code, stopping in case of errors.
In the Console tool window, you will find all the messages generated during build, while in the Event Log tool window you will find summary information about the process.

To build the current project module:

  • Select Build on the main toolbar

Or:

  • Select Studio > Build on the main menu

Or:

  • In the Project tool window right-click the module and select Build

Or:

  • Press F6

In the case of multi-module projects, you can build all the modules at once.
To build all the modules:

  • Select Studio > Build All on the main menu.

Or:

  • In the Project tool window right-click the project and select Build All.

Or:

  • In the Project tool window right-click any module and select Build All.

Or:

  • On the main menu, select Build Project or press Ctrl-F9.

Note

In this last case, the Build tool window will appear.

Info

By default, Studio builds all the modules when you open the project. You can change this by modifying the Build at Startup setting. Also, the analysis action automatically performs a build if needed.