|
My lazy header ... | |||||
antdocgui.run
Runs the AntDocGUI in a console mode
This target enables to run AntDocGUI, but with a console window that enables to trace the possible log of AntDocGUI. If you kill the console window, you will kill AntDocGUI as well.
If you want to execute AntDocGUI with no console, just type "AntDocGUI"!
<target description="Runs the AntDocGUI in a console mode" name="antdocgui.run" > <echo>If you want to execute AntDocGUI with no console, just type "AntDocGUI"!</echo> <taskdef classname="org.ed.pack.ant.AntDoc" name="AntDoc" /> <AntDoc gui="yes" port="111" /> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl