Changeset 24:63e404f454e8 for build.xml

Show
Ignore:
Timestamp:
07/06/11 22:37:22 (13 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Seznam všech stránek: první verze, formou tabulky

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r22 r24  
    1111        <property name="výstupníPřípona" value=".xhtml"/> 
    1212         
    13         <target name="generuj" description="Vygeneruje kompletní web." depends="stránky,agregace"> 
     13        <target name="generuj" description="Vygeneruje kompletní web." depends="agregace,stránky"> 
    1414        </target> 
    1515         
     
    6060                </xslt> 
    6161                 
     62                <!-- Seznam stránek -->  
     63                <xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">                  
     64                        <classpath location="/usr/share/java/saxonb-9.0.jar"/> 
     65                        <classpath location="${funkce}"/> 
     66                        <factory name="net.sf.saxon.TransformerFactoryImpl"> 
     67                                <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>                            
     68                        </factory> 
     69                </xslt> 
     70                 
    6271        </target> 
    6372