Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Contents
Prev Next

Using the Build and Run Panel

Enterprise Architect's 'Analyzer Scripts' are used to define the behavior of various commands, such as Build, Run and Debug, which are available in the 'Execution Analyzer'. Any number of scripts can be defined in a model and each user can set their own active script, independent of other users of the same model. The active script governs the behavior of the Execution Analyzer's commands.

The 'Build and Run' panel provides facilities for creating, editing and managing the model's 'Analyzer Scripts' and also provides direct access to Execution Analyzer commands such as Build, Run, Test and Deploy, so you can easily build, run and test a project's source code, all from the one place.

Tools such as the Debugger, Profiler, Execution Recorder and the Testpoints Window are also available from this panel.

Available Facilities

Facility

Description

See also

Analyzer

Click the drop-down arrow to access a menu of Analyzer tools.

  • Analyzer Scripts - display the Execution Analyzer window, where you can create and manage scripts that define the build, run, test, deploy and simulate functions for the current package
  • Show Testpoints Window - display the Analyzer Test Points window, to configure, execute and work with dynamic test suits and test cases
  • Find Test Suites and Test Sets - search the model for Test Suites and Test Sets
  • Debug - display the Analyzer Debug window to facilitate debugging and testing of the current application
  • Profile - display the Analyzer Profiler window, from which you can perform application performance profiling and execution inspection of the current application
  • Record - display the Analyzer Recording window, from which you can set recording points, record program execution and create diagrams based on recordings
  • Open Object Workbench - open a simple Object Testing window, from which you can make ad hoc calls on Object methods; available for Java and .NET objects

Build

Click the drop-down arrow to display a short menu of commands for building application source code

  • Build - build the current application, according to the currently active Analyzer script
  • Clean - run the Analyzer Clean command to delete intermediate files from the current application
  • Rebuild - run the Analyzer Rebuild command as defined in the currently active Analyzer script
  • Cancel Build - cancel the currently executing build

Run

Execute the Analyzer 'Run' command defined by the currently active Analyzer script.

Test

Execute the Analyzer 'Test' command defined by the currently active Analyzer script.

Deploy

Execute the Analyzer 'Deploy' command defined by the currently active Analyzer script.

Learn more