|
My lazy header ... | |||||
antdoc.vizant
|
+--init
The task that generates graphical targets dependencies of an Ant buildfile
This target has been defined because the three XSL files used by AntDoc only differ by minor things. Those files are:AntDocXalan.xsl
: this is the XSL used as a template,AntDoc1.1.xsl
: this is the XSL used by Saxon V6,AntDoc2.0.xsl
: this is the XSL used by Saxon V7.${TEMPORARY_ROOT_DIRECTORY_PATH}
directory.
<target depends="init" description="The task that generates graphical targets dependencies of an Ant buildfile" name="antdoc.vizant" > <taskdef classname="net.sourceforge.vizant.Vizant" name="vizant" /> <vizant antfile="${ant.file}" outfile="build.dot" /> <exec executable="dot"> <arg line="-Tpng build.dot -o build.png"/> </exec> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl