[veryquickwiki-develop] [JIRA] (VQW-277) Submission for UML/dot plugin
Status: Abandoned
Brought to you by:
mteodori
|
From: Marcello T. (JIRA) <su...@vq...> - 2012-02-05 15:02:02
|
Marcello Teodori created VQW-277:
------------------------------------
Summary: Submission for UML/dot plugin
Key: VQW-277
URL: http://issues.vqwiki.org/browse/VQW-277
Project: VQWiki
Issue Type: New Feature
Components: Plugin, General
Affects Versions: 2.8.1
Reporter: Marcello Teodori
Assignee: Marcello Teodori
Fix For: 2.8.2
Attachments: dot2.tgz
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://issues.vqwiki.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|