GNOME Bugzilla – Bug 735198
plantUML requires epstopdf for building PDF files
Last modified: 2018-07-30 10:01:52 UTC
When using the "make.bat" right out of the box with plantUML installed, Latex will halt in the section "\includegraphics{fooFile}. Somehow it expects Latex to know that fooFile is fooFile.eps, but it doesn't. To work around this issue, add "epstopdf" to the EXTRA_PACKAGES. 1. Best case is to automatically add epstopdf if plantUML is used. 2. If not, add that info to the docs.
Just pushed a proposed solution to github (pull request 223)
Thanks, I've pulled in the changes.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).
The problem still exist in 1.8.9.1
Update: doxywizard output shows "error: Problems running epstopdf. Check your TeX installation! Exit code: 1" but the make.bat works correctly - converts *.eps to *.pdf and adds those in the refman.pdf
This does not work running 1.8.10 From the log: Running PlantUML on generated file D:/source/pcds/driver/doc/doxygen/html/inline_umlgraph_1.pu Running PlantUML on generated file D:/source/pcds/driver/doc/doxygen/latex/inline_umlgraph_2.pu epstopdf: The input file does not exist. then later on: error: Problems running PlantUML. Verify that the command 'java -jar "D:/source/pcds/driver/doc/plantuml\plantuml.jar" -h' works from the command line. Exit code: 2 error: Problems running PlantUML. Verify that the command 'java -jar "D:/source/pcds/driver/doc/plantuml\plantuml.jar" -h' works from the command line. Exit code: 2 error: Problems running epstopdf. Check your TeX installation! Exit code: 1 And that command in the error line works on the command line.
I can confirm that 1.8.10 broke it. But the problem is 1.8.10 can't operate with plantuml and java 8. With 1.8.9.1 was possible to make plantuml run with hardlink to java.exe in c:\programdata\oracle\java and java.cmd in doxygen folder.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!