![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Kitchen problem.... Topic Summary: Created On: 5-Sep-2006 08:10 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Found it! It was a simple bug... from Hierarchy.inc: string absoluteName(Item passedItem) { // Return absolute name for an Item if (null passedItem) return "" This is the only thing I added if (null getParentFolder passedItem) return "" if (null getParentFolder getParentFolder passedItem) return fullName passedItem return (absoluteName item path passedItem) "/" name passedItem } | |
![]() |
|
Hello,
my kitchen (2004) had a nice feature: Copy object with links, this now generates problems, does anyone have a newer version of the Kitchen with this problem solved? Edwin Buisman. |
|
![]() |
|
![]() |
|
I had the same problem when I tried installing the kitchen scripts onto a network drive.
For some reason I found DOORS looks in a different folder for local addins as opposed to network addins. In the mean time I have put the kitchen scripts on my local drive and now they work fine. ie C:\Program Files\Telelogic\DOORS 7.1\lib\dxl\addins\kitchen... Hope this helps. If you do find a way to get them working on a networked drive I'd really like to know. - Martin ------------------------- - Martin |
|
![]() |
|
![]() |
|
The copy objects function is part of the doors delivery now, see Formal Module menu Tools > Functions > Copy Objects...
If you do not have mandatory linkset pairings setup, then be sure to set the default link module before running this tool. See dbExplorer menu Tools > Options > Settings. ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
Tony,
The standard DOORS 8.0 copy objects does not do the trick. The only link made is to the copied source. Edwin. Edited: 7-Sep-2006 at 12:10 by Edwin Buisman |
|
![]() |
|
![]() |
|
Found it! It was a simple bug...
from Hierarchy.inc: string absoluteName(Item passedItem) { // Return absolute name for an Item if (null passedItem) return "" This is the only thing I added if (null getParentFolder passedItem) return "" if (null getParentFolder getParentFolder passedItem) return fullName passedItem return (absoluteName item path passedItem) "/" name passedItem } |
|
![]() |
|
![]() |
|
This one is reasonably easy... Search and replace <addins/ by<{networkdrive}/addins
![]() |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Kitchen problem....
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.