Project

General

Profile

Support #1490 » viz.xml

Yuriy Shekochihin, 07/07/2011 06:46 PM

 
<project name="viz" default="vizant">
<taskdef name="vizant" classname="net.sourceforge.vizant.Vizant" classpath="vizant-0.1.2.jar"/>
<target name="vizant">
<vizant antfile="tools/buildbase/buildbase.xml" outfile="build.dot"/>
<exec executable="dot" ><arg line="-Tpng build.dot -o build.png"/></exec>
</target>
</project>
(1-1/3)