Skip to content

mar9000/plantuml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plant UML 9000

My personal version of PlantUML (LGPL version) with fixes and enhancements I need.

How to use

  1. build PlantUML9000 with ant, the default target will create the file plantuml9000.jar.
  2. after this you can create the pdf file of the Sphinx demo. Go to the sphinx-demo directory and type make latexpdf.
  3. the resulting pdf can be found in sphinx-demo/build/latex.

Additions

Salt9000 integration

This version of PlantUML comes integrated with Salt9000 an ANTLR parser for the Salt language that comes with PlantUML. Salt9000 however use pure Swing to render UI so the result is as realistic as the real application.

However this does not work in a headless java environment due to the Java rendering constraints.

There is a sample Sphinx project into sphinx-demo to see how to use PlantUML9000 with Sphinx, that was my final need.

This standard Salt example:

Salt example

is renderer this way by Salt9000:

Salt9000 example

Check the sphinx source to see the source code of these examples.

About

My personal version of PlantUML (LGPL version) with fixes and enhancements I need.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages