build.p5suis.DIAGNOSE.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../."
  3. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  4. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  5. name="p5suis.DIAGNOSE" default="check"> <!-- default="INSTALL.bgwrx.INSTALL" -->
  6. <include file="build.system_ui_info_speech.PRODUCT.xml" optional="true"/>
  7. <include file="../build.WPS_Functions.SYSTEM.xml"/>
  8. <import file="../documentation_generator/build.graph.PRODUCT.xml"/>
  9. <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
  10. <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
  11. <property name="p5suis.DIAGNOSE.xsl" location="${p5suis.basedir}/p5suis.DIAGNOSE.xsl"/>
  12. <property name="p5suis.DIAGNOSE.xml" location="${p5suis.temp}/p5suis.DIAGNOSE.xml"/>
  13. <target name="check" description="to diagnose if all is ok">
  14. <xslt basedir="${p5suis.temp}" style="${p5suis.DIAGNOSE.xsl}" in="${p5suis.build}" destdir="${p5suis.temp}" out="${p5suis.DIAGNOSE.xml}" failonerror="false" force="true" >
  15. <factory name="net.sf.saxon.TransformerFactoryImpl">
  16. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  17. <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"/>
  18. </factory>
  19. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  20. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}basedir" expression="${p5suis.basedir}"/>
  21. <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}"/>
  22. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}repository" expression="${p5suis:repository}"/>
  23. <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}"/>
  24. <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}"/>
  25. <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}"/>
  26. <param name="p5dg.graph-to-analyze-evaluated.xml" expression="${p5dg.graph-to-analyze-evaluated.xml}"/>
  27. <param name="graph.graph-to-analyze-property.xml" expression="${graph.graph-to-analyze-property.xml}"/>
  28. <param name="psuis.addToLaunchctl.plistFile" expression="${psuis.addToLaunchctl.plistFile}"/>
  29. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  30. </xslt>
  31. <exec executable="open">
  32. <arg file="${p5suis.DIAGNOSE.xml}"/>
  33. </exec>
  34. </target>
  35. </project>