Ticket #164 (closed defect: fixed)
Redundant Line Generated in SAD File
| Reported by: | mcarrick | Owned by: | mcarrick |
|---|---|---|---|
| Priority: | major | Milestone: | Release 0.8.0 |
| Component: | tools | Version: | 0.6.2 |
| Keywords: | OWD, SAD, softwareassembly, XML, DTD | Cc: |
Description
When using OWD to generate the XML files for a waveform, an extra line is generated in the .sad.xml file. The first couple of lines from the .sad.xml file with the extra line is listed below:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE softwareassembly SYSTEM "../../xml/dtd/softwareassembly.dtd">
<!--Created with OSSIE WaveDev? Beta Version 0.6.2-->
<!--Powered by Python-->
<!DOCTYPE softwareassembly SYSTEM 'dtd/softwareassembly.dtd'>
<softwareassembly id="DCE:016c9b40-efbb-11dc-a6f3-001d092f0ea2" name="OSSIE::proj">
Running nodeBooter on the DAS file gives the error: "The element softwareassembly already exists". After removing the 5th line (<!DOCTYPE softwareassembly SYSTEM 'dtd/softwareassembly.dtd'>), nodeBooter works correctly and the waveform can be run.
I do not have this problem with my VMWare image. I have recently installed OSSIE 0.6.2 through the tarball on the website along with the dependencies following the steps listed in the 0.6.2 User Guide. I tried downloading the latest version of OWD from the repository, but it still prints the redundant line.