[Doxygen-users] Plantuml error in vs environment
Brought to you by:
dimitri
From: Jörg K. <j.k...@pr...> - 2015-04-24 11:20:40
|
i generate html, latex and xml. playing around i found that i have the same issue with epstopdf program from latex output. The tools are not reporting any error, they just seem to have incorrect exit code. Searching the doxygen source code i found that on windows the handling of exit codes was "improved" for windows. Maybe this could be an issue. But i am wondering why it should occur only in this visual studio environment. -----Ursprüngliche Nachricht----- Von: Willem Bogaerts <w-...@dd...> Gesendet: Fr 24.04.2015 13:09 Betreff: Re: [Doxygen-users] Plantuml error in vs environment An: Jörg Kreuzberger <j.k...@pr...>; > Are you creating CHM files? That will report an error, even if there is > none. > > On 24-4-2015 12:46, Jörg Kreuzberger wrote: > > Hi! > > > > i am using plantuml support in doxygen with 1.8.8. > > > > after update to 1.8.9.1, i get errors in visual studio > > environment. In a windows enviroment with only mingw support, > > i.e. path set to mingw\bin everything is fine > > > > if i run doxygen from the visual studio console, plantuml seems to return > > an invalid exit code. > > > > But plantuml itself seems to work. calling plantuml with the generated pu > file does work > > as expected. > > > > Also the slash/backslash handling seems not to be a problem. > > > > Any hints? > > |