![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: treport.dxl Topic Summary: modify for incoming or outgoing link object text Created On: 22-Aug-2007 17:09 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I've been using the treport.dxl to trace requirements and output the results into a text file. I would like to modify this script to be able to perform the trace for either the incoming or outgoing object text items. I'm not sure if this is possible(?) or if this script could be modified to follow a link and report the object text for multiple levels?
thanks! |
|
![]() |
|
![]() |
|
It's possible, but you likely won't have people volunteering to do your customization for you.
If you want to just do incoming links instead of outgoing, change this line: for l in s->"*" do to for l in s<-"*" do That should at least get you started. ------------------------- Kevin Murphy http://www.baselinesinc.com The Requirements Management Experts |
|
![]() |
|
![]() |
|
When I changed treport.dxl to: |
|
![]() |
|
![]() |
|
Without having the original source code of treport.dxl at hand, I am just guessing that there is a line like "tObj = target(sObj)" identifying the target object of the outgoing link. Now, if you changed to incoming links, "target" must be replaced by "source".
Peter |
|
![]() |
|
![]() |
|
Peter is right. Two lines to look at:
string modname = fullName(target l) and Object d = target l Change the "target" there to "source" and you should be ok. ------------------------- Kevin Murphy http://www.baselinesinc.com The Requirements Management Experts |
|
![]() |
|
![]() |
|
Thanks for the help and here's what I came up with...
works for most of the links, not sure what is inhibiting the outputting of 'all' of links are not being reported by this code... but its a start; thanks again for the tips! ![]() |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
treport.dxl
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.