Customer Service Center
Home
Knowledge Base
Forums
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ17506
Printer Friendly
Email Article Link
TTworkbench: How to compile a TTCN-3 project
Environment/Versions
TTworkbench 32/64 Bit Windows/Linux
Answer
To compile your TTCN-3 source, double click on the .ttcn3 file (module) to open it in the TTworkbench core language editor and click in the source code. Afterward, the Validate, Build and Rebuild buttons are active.
Validate
: Check the correctness of the code
Build
: Validate + Compile the modules without jar files
Rebuild
: Validate + Compile the modules anyway
Note: You should start
Rebuild
from a
main module
, which is typically a root of the tree structure of your project. If no
main module
is defined, you can just add a new module and import all required modules.
The
users guide
has a section that describes the compilation steps.
Version
2.0
Publish Date
2023-07-11
Categories
Product : Tool Handling
Related Articles