Andreone / dokuwiki_plantuml

A plugin for Dokuwiki that generates UML graphs from text using PlantUML
http://www.dokuwiki.org/plugin:plantuml
13 stars 20 forks source link

No rendering with more than ~150 lines of code #11

Closed Kraligor closed 12 years ago

Kraligor commented 12 years ago

I have installed the PlantUML and the graphviz plugin on DokuWiki 2010-11-07a. When I'm exceeding a certain number of lines of code (about 150), the diagram (PlantUML object) will not be rendered. Instead there will be a document icon with a crossed red circle. No matter if I use graphviz directly or via PlantUML.

Code looks as following: object "asdf" as 001 001 : Gruendung 001 : Typ object "asdf2" as 002 002 : Gruendung 002 : Typ object "asdf3" as 003 003 : Gruendung 003 : Typ

Andreone commented 12 years ago

I tested with a 300 lines sequence diagrams and the graph was generated. I tested with local and remote rendering. I use graphviz 2.28 and java 1.6.0.26 on Windows.

Andreone commented 12 years ago

closing this issue since no feedback for two months