| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- name="p5suis.DIAGNOSE" default="check"> <!-- default="INSTALL.bgwrx.INSTALL" -->
-
- <include file="build.system_ui_info_speech.PRODUCT.xml" optional="true"/>
- <include file="../build.WPS_Functions.SYSTEM.xml"/>
- <import file="../documentation_generator/build.graph.PRODUCT.xml"/>
- <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
- <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
-
- <property name="p5suis.DIAGNOSE.xsl" location="${p5suis.basedir}/p5suis.DIAGNOSE.xsl"/>
- <property name="p5suis.DIAGNOSE.xml" location="${p5suis.temp}/p5suis.DIAGNOSE.xml"/>
-
-
- <target name="check" description="to diagnose if all is ok">
- <xslt basedir="${p5suis.temp}" style="${p5suis.DIAGNOSE.xsl}" in="${p5suis.build}" destdir="${p5suis.temp}" out="${p5suis.DIAGNOSE.xml}" failonerror="false" force="true" >
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}DIAGNOSE.xml"/>
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}basedir" expression="${p5suis.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}speech.pid" expression="${p5suis:speech.pid}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}repository" expression="${p5suis:repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}say_queue_dir" expression="${p5suis.say_queue_dir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}voice.PL" expression="${p5suis.voice.PL}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}voice.US" expression="${p5suis.voice.US}"/>
- <param name="p5dg.graph-to-analyze-evaluated.xml" expression="${p5dg.graph-to-analyze-evaluated.xml}"/>
- <param name="graph.graph-to-analyze-property.xml" expression="${graph.graph-to-analyze-property.xml}"/>
- <param name="psuis.addToLaunchctl.plistFile" expression="${psuis.addToLaunchctl.plistFile}"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- <exec executable="open">
- <arg file="${p5suis.DIAGNOSE.xml}"/>
- </exec>
- </target>
-
-
-
- </project>
|