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 751755 - using plantuml cause a popup "openwith" windows when calling java.exe
using plantuml cause a popup "openwith" windows when calling java.exe
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.10
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-06-30 21:57 UTC by christian.mercier
Modified: 2015-12-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description christian.mercier 2015-06-30 21:57:51 UTC
With a version of doxygen that i compiled with 1.8.10 sources.

When i try to use generate plantuml graph, keep having a pop "OK/CANCEL" windows that ask with which program would i like to open "java.exe". The only choice there was adobe acrobat reader (dont know why).

by hitting cancel, the graph didnot generate but doxygen was continuing correctly.

But i wronly hit the OK button once, which caused windows to associate all ".exe" file on my PC to open by default in ACROBAT READER, creating a mess on my PC (i.e not able to execute anything anymore).

I recompiled doxygen with line 104 of plantuml.cpp changed to this :

if ((exitCode=portable_system(pumlExe,pumlArgs,TRUE))!=0)

and everything working fine. (TRUE instead of FALSE)
Comment 1 Dimitri van Heesch 2015-09-21 18:55:50 UTC
Thanks. I was able to reproduce the issue and your fix works indeed.
I'll include it in the next git update.
Comment 2 Dimitri van Heesch 2015-12-30 10:20:23 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.11. 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 (preferably in the form of a self-contained example).