yegor256 / jekyll-plantuml

PlantUML plugin for Jekyll: helps you embed UML diagrams into static pages
https://rubygems.org/gems/jekyll-plantuml
MIT License
47 stars 15 forks source link

Elaborate on how jekyll-plantuml actually invokes PlantUML #2

Open carlosmiranda opened 9 years ago

carlosmiranda commented 9 years ago

This is somewhat related to #1. In our README, we have the following instruction:

Then, make sure PlantUML is installed on your build machine, and can be executed with a simple plantuml command.

I think this is a little vague. PlantUML is distributed as a Java jar file and has to be run by invoking java -jar plantuml.jar or other similar command; installing PlantUML does not actually make a plantuml command available.

It would be better if the README made this clear, for example by saying "create an alias that associates the plantuml command with the execution of java -jar plantuml.jar".

davvd commented 9 years ago

this task will get someone's attention soon

davvd commented 9 years ago

@yegor256 it's in your hands now, please proceed

davvd commented 9 years ago

thanks for this report, I added 15 mins to your account, in transaction 42602669

davvd commented 9 years ago

Closing this issue now...

yegor256 commented 9 years ago

I believe it was closed by mistake

davvd commented 9 years ago

@yegor256 it's yours, please help

Alama32 commented 9 years ago

Hello, i try understand, for this moment, i try generate uml image with javascript version.. http://plantuml.sourceforge.net/jquery.html But does not work either. I do not understand well, what have I forgotten ..

Alama32 commented 9 years ago

I'll watch it all tomorrow, I'm going to sleep, good night everyone .. (i'm in Belgium)

yegor256 commented 8 years ago

@davvd assign someone else pls

davvd commented 8 years ago

@davvd assign someone else pls

@yegor256 30 points was deducted from your rating

davvd commented 8 years ago

@davvd assign someone else pls

@yegor256 I will assign somebody else to this issue

xx7y7xx commented 7 years ago

I just setup this plugins in Ubuntu, so I will write this howto in PR.