Antovská úloha pro zobrazení výstupu ve www prohlížeči.
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 07 Jan 2012 17:34:07 +0100
changeset 64 c069af21c4be
parent 63 75ee09ccc0ec
child 65 0b00c324e644
Antovská úloha pro zobrazení výstupu ve www prohlížeči.
build.xml
--- a/build.xml	Sat Jan 07 15:29:47 2012 +0100
+++ b/build.xml	Sat Jan 07 17:34:07 2012 +0100
@@ -133,6 +133,12 @@
 		</delete>
 	</target>
 	
+	<target name="prohlédni" description="Otevře vygenerované stránky ve www prohlížeči.">
+		<exec executable="x-www-browser" os="Linux">
+			<arg value="${výstup}/index${výstupníPřípona}"/>
+		</exec>
+	</target>
+	
 	<target name="licence">
 		<echo>${čára}
 XML Web generátor Copyright © 2012 František Kučera (frantovo.cz)