build.WPS_Functions.PRODUCT.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../" name="WPS_Functions.PRODUCT" default="WPS_Functions.parent.PRODUCT.ifdef"
  3. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  4. >
  5. <include file="../build.p5build.PRODUCT.xml"/>
  6. <property name="public_html" location="${basedir}"/>
  7. <property name="bootstrap.php" location="${basedir}/../se-lib/bootstrap.php"/>
  8. <property name="WPS_Functions.basedir" location="${basedir}/WPS_Functions"/>
  9. <property name="WPS_Functions" location="${WPS_Functions.basedir}"/>
  10. <property name="WPS_Functions.build" location="${WPS_Functions.basedir}/build_WPS_Functions.xml"/>
  11. <property name="WPS_Functions.xsl" location="${WPS_Functions.basedir}/build_WPS_Functions.xsl"/>
  12. <!--<property name="WPS_Functions.temp" location="${WPS_Functions.basedir}/temp"/>-->
  13. <property name="WPS_Functions.repository" location="${p5build_SE.INSTALL_ROOT.repository}/WPS_Functions"/>
  14. <property name="WPS_Functions.temp" location="${p5build_SE.INSTALL_ROOT.temp}/WPS_Functions"/>
  15. <property name="tree_to_dita.xsl"
  16. value="${default_db_xml_cache.public}/default_db/tree_to_dita.xsl"/>
  17. <!--<property name="WPS_Functions.properties.xml" value="" />-->
  18. <property name="WPS_Functions.configuration.dir" value="${p5build.configuration.dir}/${WPS_Functions.PRODUCT.prefix}"/>
  19. <tempfile property="WPS_Functions.properties" destdir="${WPS_Functions.temp}" prefix="WPS_Functions." suffix=".properties"/>
  20. <property name="WPS_Functions.properties" location="${WPS_Functions.basedir}/.build_WPS_Functions.xml.properties" />
  21. <property name="WPS_Functions.childproperties" value="${WPS_Functions.basedir}/.build_WPS_Functions.childproperties"/>
  22. <property name="WPS_Functions.childproperties.builds.xml"
  23. location="${WPS_Functions.childproperties}/WPS_Functions.builds.xml"/>
  24. <property name="build_WPS_Functions.childproperties.builds.xml"
  25. location="${WPS_Functions.temp}/build_WPS_Functions.childproperties.builds.xml"/>
  26. <property name="build_WPS_Functions.xml" location="${WPS_Functions.build}"/>
  27. <!-- call it to get properties -->
  28. <property name="build_WPS_Functions.xsl" location="${WPS_Functions.xsl}"/>
  29. <property name="build_WPS_Functions.xml.properties"
  30. value="${WPS_Functions.properties}"/>
  31. <property name="PROCES_INIT_tree_to_dita.xsl"
  32. value="${default_db_xml_cache.public}/default_db/CRM_PROCES/PROCES_INIT_tree_to_dita.xsl"/>
  33. <!-- to disable and use tree_to_dita.xsl which includes it -->
  34. <property name="tree_to_dita.xsl"
  35. value="${default_db_xml_cache.public}/default_db/tree_to_dita.xsl"/>
  36. <property name="api_url"
  37. value="${TargetNamespaceBindings}/SE/version-git/wfs-data.php"/>
  38. <!-- TO BE SET FROM LICENCE -->
  39. <property name="namespace_prefix" value="default_db"/>
  40. <property name="namespace_prefix_p5_tr_map" value="default_db"/>
  41. <property name="p5_tr_map_dir" value="${p5_tr_map.local}"/>
  42. <property name="simpleSchema_dir" value="${simpleSchema.local}"/>
  43. <property name="detect_resource_type_dir" value="${detect_resource_type.local}"/>
  44. <property name="build_complexType_dir" value="${build_complexType.local}"/>
  45. <property name="postprocess.xsl"
  46. location="${basedir}/default_db_xml_cache.public/system_cache__appinfo/postprocess.xsl"/>
  47. <include file="build_WPS_Function_basedir.xml" as="basedir"/>
  48. <condition property="WPS_Functions.PRODUCT.ifdef.parent" taskname="WPS_Functions.parent.PRODUCT.ifdef">
  49. <isset property="p5build_SE.PRODUCT.name"/>
  50. </condition>
  51. <property name="WPS_Functions.PRODUCT.name" value="${p5build.PRODUCT.name}.WPS_Functions"/>
  52. <property name="WPS_Functions.PRODUCT.vendor-domain" value="${p5build.PRODUCT.vendor-domain}.WPS_Functions"/>
  53. <property name="WPS_Functions.PRODUCT.prefix" value="p5bws"/>
  54. <property name="WPS_Functions.PRODUCT.namespace" value="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
  55. <property name="WPS_Functions.parent.name" value="${p5build.PRODUCT.name}"/>
  56. <property name="WPS_Functions.parent.artifactId" value="${p5build.PRODUCT.vendor-domain}"/>
  57. <property name="WPS_Functions.parent.relativePath" value="../."/>
  58. <local name="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level"/>
  59. <condition property="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level" value="debug">
  60. <isset property="error.SYMLINK_DANGER_LOOPS.config"/>
  61. </condition>
  62. <property name="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level" value="error"/>
  63. <condition property="error.SYMLINK_DANGER_LOOPS.config" value="
  64. #84 [ E R R O R ] [ error.SYMLINK_DANGER_LOOPS.config ]
  65. error.SYMLINK_DANGER_LOOPS.config
  66. ${basedir}/config.symlink/config/config
  67. ">
  68. <available file="${basedir}/config.symlink/config/config"></available>
  69. </condition>
  70. <property name="error.SYMLINK_DANGER_LOOPS.config" value="#92 [ OK ] NO error.SYMLINK_DANGER_LOOPS.config"/>
  71. <echo message="${error.SYMLINK_DANGER_LOOPS.config}" level="${error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level}" />
  72. <target name="WPS_Functions.parent.PRODUCT.ifdef" unless="WPS_Functions.PRODUCT.ifdef.parent">
  73. <fail>There is not set correct parent PRODUCT from expected file="../build.p5build.PRODUCT.xml" </fail>
  74. </target>
  75. </project>