Plantuml
Task available for testing only.
It has to be improved and may change.
Description
Task to process plantuml, a modeling language and tool (see: plantuml/).
Plantuml task parameters
| Attribute | Description | Value | Required |
|---|---|---|---|
| file | The input file | yes | |
| tofile | The output file | yes |
Examples
<project name="plantuml task">
<taskdef name="plantuml"
classname="net.sourceforge.ant4x.taskdefs.doc.PlantumlTask"
classpath="PATH/TO/ant4x.jar"/>
<target name="plantuml">
<plantuml file="<diagram>.plantuml" tofile="<diagram>.png" />
<plantuml file="<diagram>.plantuml" tofile="<diagram>.svg" />
</target>
</project>