|
Project Information
|
PlantUML File Watcher projectBuild for the Windows platform, a quick and dirty tool for giving almost instant visualisations of the changes to your PlantUML diagrams. Requires a working PlantUML scripting environment to be able to run. InstallationInstalls in a few steps:
<appSettings>
<add key="PlantUML" value="C:\Program Files\PlantUML\plantuml.jar" />
<add key="JavaExecutable" value="C:\Program Files (x86)\Java\jre7\bin\java.exe" />
...
</appSettings>May require that you have .NET framework v3.5 installed. A note on installing the PlantUML environmentRead the PlantUML project website for a full description. Basically it boils down to:
Then you should be set to go. UsageUsage is very simple.
Compile the codeIf you want to use the code, then a few remarks on the environment it was created on. The code are in C#, and is developed using Visual Studio 2008. It should be possible to upgrade the solution file to a later version of Visual Studio. The code was compiled against .NET framework 3.5. DisclaimnerThe code and binaries are made available for the public 'as is', and with absolutely no warranty at all. USE AT YOUR OWN RISK The owner or any participants of this project cannot be hold accountable for any damages, or inconveniences what so ever that may follow using this software. This project have only been tested on a Windows 7 (64-bit) machine, and comes with no guarantee that it will operate on any other configurations. |