Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to put my own DXL scripts into the DOORS DXL library

I am using DOORS 9.6.1.6.
I would like to put my DXL scripts into the DOORS DXL library with title and description.
How do I do it?
Please give examples.

1 vote


Accepted answer

Permanent link
 To put your own DXL scripts into the DOORS DXL library with title and description, you will need to do the following

1) Put the DXL scripts into <DOORS_HOME>\lib\dxl\addins\user
For example, C:\Program Files\IBM\Rational\DOORS\9.6.1.6\lib\dxl\addins\user

2) Add some comments into the DXL scripts
Let's say you have a DXL script called xyz.dxl

Open xyz.dxl and then put "program title" and "program description" in front of your DXL script
For example,
// program title
/* program description */
infoBox "Hello world"

You can have multiple lines in the program description.

// program title
/*
program description line 1
program description line 2
program description line 3
*/
infoBox "Hello world"
Andrew Clement selected this answer as the correct answer

4 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,125

Question asked: Sep 29 '16, 9:07 a.m.

Question was seen: 5,590 times

Last updated: Sep 29 '16, 9:19 a.m.

Confirmation Cancel Confirm