[umbrello] [Bug 449661] Exporting to docbook/XHMTL error
Oliver Kellogg
bugzilla_noreply at kde.org
Sat Feb 26 09:13:06 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=449661
--- Comment #3 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit 02e40615af66f5bffbc4766af0c674e67ce73a78 by Oliver Kellogg.
Committed on 26/02/2022 at 09:12.
Pushed by okellogg into branch 'master'.
Fix writing of output files on export to DocBook/XHTML:
umbrello/docgenerators/docbook2xhtmlgeneratorjob.cpp
- In function run(), after call to xsltSaveResultToFd() close the
tmpXhtml file.
umbrello/docgenerators/docbookgeneratorjob.cpp
- In function run(),
- after call to umlDoc->saveToXMI(file) close file;
- after call to xsltSaveResultToFd() close the tmpDocBook file.
umbrello/umlmodel/umlrole.cpp
- In function saveToXMI address error about redefined attribute reported
by xmlParseFile() called from {Docbook,Docbook2Xhtml}GeneratorJob :
Remove writing of attribute "visibility", it is already written by
UMLObject::save1().
umbrello/version.h
- Increment XMI1_FILE_VERSION to 1.7.6 and XMI2_FILE_VERSION to 2.0.3
due to changed generation of AssociationEnd attribute "visibility".
M +1 -0 umbrello/docgenerators/docbook2xhtmlgeneratorjob.cpp
M +3 -0 umbrello/docgenerators/docbookgeneratorjob.cpp
M +0 -2 umbrello/umlmodel/umlrole.cpp
M +2 -2 umbrello/version.h
https://invent.kde.org/sdk/umbrello/commit/02e40615af66f5bffbc4766af0c674e67ce73a78
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list