build.xml
changeset 10 4e70453a027f
parent 9 71275159d985
child 11 78a8dd1eeb2b
equal deleted inserted replaced
9:71275159d985 10:4e70453a027f
    10 	<target	name="generuj" description="Vygeneruje kompletní web." depends="kompiluj-funkce,stránky,agregace">
    10 	<target	name="generuj" description="Vygeneruje kompletní web." depends="kompiluj-funkce,stránky,agregace">
    11 	</target>
    11 	</target>
    12 	
    12 	
    13 	<target name="stránky" description="Vygeneruje XHTML webové stránky.">		
    13 	<target name="stránky" description="Vygeneruje XHTML webové stránky.">		
    14 		<xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl">
    14 		<xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl">
       
    15 			<param name="konfigurák" expression="../${vstup}/web.conf"/>
    15 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    16 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    16 			<classpath location="${funkce}"/>
    17 			<classpath location="${funkce}"/>
    17 			<factory name="net.sf.saxon.TransformerFactoryImpl">
    18 			<factory name="net.sf.saxon.TransformerFactoryImpl">
    18 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    19 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    19 			</factory>
    20 			</factory>