Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.8.1
-
Fix Version/s: 2.8.2
-
Component/s: Plugin, General
-
Labels:None
Description
Integrating submission for plugin to generate graphs via GraphViz and UML via plantuml (which relies on GraphViz).
It's currently not included in full build, and should be compiled manually being GPL licensed.
From: Marcus Noerder-Tuitje <noerder-tuitje at mantucon dot net>
Subject: VQWIki Plugin
Date: 16 January 2012 07:38:35 GMT
To deliver You a full working set I left the build directory and the libs inside of it.
The plugin build is maven based. Please note, that for plantuml.jar there is currently no maven repo, so I put it into my own and wired it to the pom.
To get the plugin working, You need to install graphviz, both, dot and uml tags need that (uml via plantuml requires graphviz, too)
Also, You apparently have to adot the pathes. Please check the properties for additional pathes (it actually is configured for linux).
Some POC-UML could look like this :
[<uml>]
@startuml
class Unit <<enumeration>>
class Teaspoon
class Spoon
class HeapedSpoon
class KnifePoint
Unit <|-- Spoon
Unit <|-- Teaspoon
Unit <|-- HeapedSpoon
Unit <|-- KnifePoint
@enduml
[</uml>]
Please check http://plantuml.sourceforge.net for details.
It's currently not included in full build, and should be compiled manually being GPL licensed.
From: Marcus Noerder-Tuitje <noerder-tuitje at mantucon dot net>
Subject: VQWIki Plugin
Date: 16 January 2012 07:38:35 GMT
To deliver You a full working set I left the build directory and the libs inside of it.
The plugin build is maven based. Please note, that for plantuml.jar there is currently no maven repo, so I put it into my own and wired it to the pom.
To get the plugin working, You need to install graphviz, both, dot and uml tags need that (uml via plantuml requires graphviz, too)
Also, You apparently have to adot the pathes. Please check the properties for additional pathes (it actually is configured for linux).
Some POC-UML could look like this :
[<uml>]
@startuml
class Unit <<enumeration>>
class Teaspoon
class Spoon
class HeapedSpoon
class KnifePoint
Unit <|-- Spoon
Unit <|-- Teaspoon
Unit <|-- HeapedSpoon
Unit <|-- KnifePoint
@enduml
[</uml>]
Please check http://plantuml.sourceforge.net for details.
Attachments
Activity
- All
- Comments
- History
- Activity
- Subversion Commits
- Test Sessions