After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735198 - plantUML requires epstopdf for building PDF files
plantUML requires epstopdf for building PDF files
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.8
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2014-08-21 22:11 UTC by Dean Nelson
Modified: 2018-07-30 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dean Nelson 2014-08-21 22:11:49 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.
Comment 1 albert 2014-09-07 09:06:45 UTC
Just pushed a proposed solution to github (pull request 223)
Comment 2 Dimitri van Heesch 2014-09-16 19:26:33 UTC
Thanks, I've pulled in the changes.
Comment 3 Dimitri van Heesch 2014-12-25 16:03:26 UTC
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).
Comment 4 Alexander 2015-09-16 16:26:45 UTC
The problem still exist in 1.8.9.1
Comment 5 Alexander 2015-09-16 16:30:34 UTC
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
Comment 6 Dean Nelson 2015-09-16 17:24:59 UTC
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.
Comment 7 Alexander 2015-09-17 07:53:17 UTC
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.
Comment 8 André Klapper 2018-07-30 10:01:52 UTC
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!