It's all about the answers!

Ask a question

I need to add the link between two modules in DOORS (DXL scripting)?


Shriraam Balasubramanian (4031238) | asked Feb 13 '13, 2:27 a.m.
edited Jul 22 '15, 12:30 a.m.

Hello,

Can any one please help out ,how to add the link between two modules in DOORS via DXL scripting?

Thanks in advance.



Comments
Daniel Moul commented Feb 13 '13, 8:16 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

For future reference, it's best to ask questions about DOORS 9 in the IBM developerWorks forums, where the DOORS 9 community is quite active:


See http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1499 and the other DOORS forums there; for example, there is a whole forum devoted to DXL

2 answers



permanent link
Doug Raith (561) | answered Feb 13 '13, 3:45 a.m.
JAZZ DEVELOPER
Hello,
   You cannot do this in DOORS Next Generation.  In DOORS 9.x and previous, this is covered in the DXL documentation: links are created using the -> and <- operators.  The following comes from the manua:

Object source -> [string linkModuleName ->] Object target 
Object target <- [string linkModuleName <-] Object source 
	

The -> operator creates an outgoing link from object source to object target via link module linkModuleName . If linkModuleName is omitted the link goes via the default link module (see Default link module.


Regards,

    Doug.



permanent link
Douglas Bush (28125) | answered Feb 14 '13, 9:27 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Tip: The most recent version of the DXL Reference Manual for Rational DOORS 9 is located from the client help menu and by a link in this help topic:
http://pic.dhe.ibm.com/infocenter/doorshlp/v9r5/topic/com.ibm.doors.configuring.doc/topics/c_dxl.html
Cheers!

Your answer


Register or 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.