peele / plantuml-preview

Atom package.
MIT License
23 stars 13 forks source link

plantuml-preview: WARNING : CROSSX #4

Closed peele closed 9 years ago

peele commented 9 years ago

On file save an error message with the above title is created. Windows 7. Happens when calling plantuml from the command line.

image

>java -jar D:\bin\plantuml.jar bootloader.pu
WARNING : CROSSX
WARNING : CROSSX
peele commented 9 years ago

Caused by the arrow type used in the diagram. The error message is intended to indicate issues with the jar file, should check the error message before generating.

    application ->x application: Reboot

Or

    application -x application: Reboot

Or

    application x-> application: Reboot
peele commented 9 years ago

The message to stderr only occurs if the source and destination are the same. Alice ->x Bob : Hello does not cause the warning message.

Still think that the error handling can be improved, syntax errors can generate multiple notifications.