build.xml
changeset 7 5b46493979c9
parent 6 801a8935caf7
child 8 ad0ee12d13fd
equal deleted inserted replaced
6:801a8935caf7 7:5b46493979c9
    19 			</factory>
    19 			</factory>
    20 		</xslt>
    20 		</xslt>
    21 	</target>
    21 	</target>
    22 	
    22 	
    23 	<target name="agregace" description="Vytvoří agregované výstupy: RSS, Atom, Sitemap.xml">
    23 	<target name="agregace" description="Vytvoří agregované výstupy: RSS, Atom, Sitemap.xml">
       
    24 		<!-- Atom -->
    24 		<xslt in="${vstup}/web.conf" out="${výstup}/atom.xml" style="${šablona}/atom.xsl">
    25 		<xslt in="${vstup}/web.conf" out="${výstup}/atom.xml" style="${šablona}/atom.xsl">
    25 			<param name="konfigurák" expression="../vstup/web.conf"/>
       
    26 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    26 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    27 			<classpath location="${funkce}"/>			
    27 			<classpath location="${funkce}"/>			
    28 			<factory name="net.sf.saxon.TransformerFactoryImpl">
    28 			<factory name="net.sf.saxon.TransformerFactoryImpl">
    29 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    29 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    30 			</factory>
    30 			</factory>
    31 		</xslt>	
    31 		</xslt>
       
    32 		
    32 	</target>
    33 	</target>
    33 	
    34 	
    34 	<target name="kompiluj-funkce" description="">		
    35 	<target name="kompiluj-funkce" description="">		
    35 		<mkdir dir="${funkce}"/>
    36 		<mkdir dir="${funkce}"/>
    36 		<javac
    37 		<javac