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