I can not get the class graph to generate on Windows, and I am not sure where to look for an error. I installed Graphviz as an Administrator on Windows 7, and everything seems to be appear to be working.
I used the DocBlox.xml file that works on a Ubuntu computer and generates the graphics, but I do not get anything on Windows.
Any thoughts on what could be wrong, or where to look for errors?
Command Line in the main directory: docblox --force -v
docblox.xml -> DocBlox.xml
doxblox.log -> DocBlox.log
When I go to the project, the graphic is a simple graphical X in IE 8, for missing image. Classes.svg is 2K.
Usually this happens because DocBlox is unable to find the dot
executable that is installed with GraphViz. This is easily tested by going to an arbitrary directory in your Command Prompt and typing dot
.
If this does not work then you need to add the GraphViz binary folder to your path.
Should this not be the solution; please paste your output when using the -v
(verbose) option so that DocBlox will output additional information.
Update
It appears I either misread the opening post or the subsequent edits: there is nothing wrong with your DocBlox installation. IE8 and below do not natively support SVG; in order for this to work you would need to either upgrade your browser or install the (now discontinued) Adobe SVG Plugin.