My lazy header ...

AntDocGUI
Target antdocgui.run

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"!


Detail:
<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!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl