Export URN diagrams to DOORS - JUCMNAV/projetseg-update GitHub Wiki
To export URN files to DOORS, right-click on the URNspec in the Outline view and click Export.
<img src="%ATTACHURLPATH%/export1-D.png" width="856" height="578" />
Choose Export Whole URN file -> Next.
<img src="%ATTACHURLPATH%/export-wizard.png" width="672" height="506" />
Choose File type Telelogic DOORS DXL (*.dxl)
<img src="%ATTACHURLPATH%/export-dxl.png" width="672" height="506" />
Click Finish. jUCMNav will then generate a DXL script (with bitmap images) corresponding to your URN model.
URN models are imported from jUCMNav in a project in DOORS and for each of the URN model, a new folder with the name of the URN model is created.
Run the DXL script generated by jUCMNav in Telelogic DOORS to import the URN model in DOORS.
In DOORS Database click on Tools -> Edit DXL...
<img src="%ATTACHURLPATH%/import-doors.png" width="719" height="522" />
The DXL Interaction window will then show up.
<img src="%ATTACHURLPATH%/doorsinteraction.png" width="609" height="506" />
Click on Load... -> Select the DXL script generated by jUCMNav.
<img src="%ATTACHURLPATH%/load2.png" width="606" height="502" />
Click on Run. DOORS will create a folder or a project, whose name is same as the selected DXL script, with ten formal modules and eight link modules.
<img src="%ATTACHURLPATH%/importedurn.png" width="723" height="522" />
After modifying a URN model in jUCMNav, simply export it to a DXL script as seen in the top instruction.
In DOORS, click on Tools -> Edit DXL...
The DXL Interaction window will then show up. Click on Load and then choose the dxl file which was exported.
<img src="%ATTACHURLPATH%/doorsloadupdate.PNG" width="605" height="505" />
Click on Run. A message will be prompted saying "Found MATCHING URN folder" and ask for update.
Click on Update. This will update the exising formal modules.
<img src="%ATTACHURLPATH%/doorsupdate.PNG" width="609" height="507" />
Now, you can check the formal modules by double-clicking them.
-- Main.SepidehGhanavati - 03 Jul 2007