Getting Started

The DXL Editor enables the edition and execution of IBM Rational® DOORS® DXL files inside Eclipse.
It has been successfully tested with DOORS® 8.x and 9.x.

We recommend users to read the Eclipse Basic tutorial to get familiar with the environment.
You might also want to get a visual quick tour of the DXL Editor main features.

SODIUS DXL Editor offering is Eclipse Ready™ (www.eclipse.org). This offering can be installed and used with other Eclipse 3.5-based offerings.

Ready 4 Rational SODIUS DXL Editor is a Ready for IBM Rational software solution.

Projects

You can organize a consistent set of DXL files by defining projects in the Projext Explorer. The Project Explorer enables navigation through the project contents, and to determine functions declared by a DXL file without even having to edit the file.

Projects can be shared in team repositories (CVS, Subversion, etc.). Team members can then easily work together, as the platform supports required collaborative actions:

Editor

DXL files can then be edited with a full featured DXL editor:

Execution

DXL files can be executed directly from Eclipse. DXL text output is captured in a console. Execution errors are logged, and hyperlinks enable you to jump to the error location in the corresponding DXL file.

The DXL Editor includes a debugger that enables you to detect and diagnose errors in your DXL programs. The debugger allows you to control the execution of your program by setting breakpoints, suspending launched programs, stepping through your code, and examining the contents of variables.

Remark: The DXL Editor is expected to run locally on the same machine where DOORS is running. Running two instances of DOORS on a single machine, with two different user identities, may result in unexpected behavior. Connecting to DOORS through Citrix is not supported.

Related tasks
Organizing DXL Projects
Editing DXL
Running and Debugging DXL

Related reference
Eclipse Basic tutorial
Quick Tour of DXL Editor Features