build_WPS_Functions.xml 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../." name="build_WPS_Functions">
  3. <!-- parent properties -->
  4. <property name="build_root.xml" location="${basedir}/build.xml"/>
  5. <property name="build_properties" location="${basedir}/build_properties" />
  6. <!-- modules WPS_Functions - to be copied to any module needed -->
  7. <property name="WPS_Functions" location="${basedir}/WPS_Functions"/>
  8. <property name="build_WPS_Functions.xml" location="${WPS_Functions}/build_WPS_Functions.xml"/> <!-- call it to get properties -->
  9. <property name="build_WPS_Functions.xml.properties" location="${build_WPS_Functions.xml}.properties"/>
  10. <!-- eof modules WPS_Functions -->
  11. <!-- modules properties copied / controlled references -->
  12. <property name="object_modeling_basedir" location="${basedir}/WPS_Functions/object_modeling" />
  13. <property name="object_modeling_build" location="${object_modeling_basedir}/build_object_modeling.xml" />
  14. <property name="object_modeling_new_basedir" location="${basedir}/WPS_Functions/object_modeling_new" />
  15. <property name="object_modeling_by_default_db_xml_schema_basedir" location="${basedir}/WPS_Functions/object_modeling_by_default_db_xml_schema" />
  16. <property name="default_db:recurse_ant_basedir" location="${basedir}/WPS_Functions/default_db/recurse_ant"/>
  17. <!--<property name="default_db:recurse_ant_basedir.temp" location="${default_db:recurse_ant_basedir}/temp/${uuid}"/>-->
  18. <property name="default_db:recurse_ant_basedir.out" location="${default_db:recurse_ant_basedir}/out"/>
  19. <property name="default_db:recurse_ant" location="${default_db:recurse_ant_basedir}/build_recurse_ant.xml"/>
  20. <property name="get_wfs_basedir" location="${basedir}/WPS_Functions/get_wfs"/><!-- to ordinary retrieve wfs data -->
  21. <property name="get_wfs_basedir.temp" location="${get_wfs_basedir}/temp"/>
  22. <property name="get_wfs" location="${get_wfs_basedir}/build_get_wfs.xml"/><!-- to ordinary retrieve wfs data -->
  23. <property name="object_modeling_new.xsl" location="${basedir}/default_db_xml_cache.public/object_modeling_new.xsl"/>
  24. <property name="object_modeling.xsl" location="${basedir}/default_db_xml_cache.public/object_modeling.xsl"/>
  25. <property name="object_modeling_new_by_xml_schema.xsl" value="${basedir}/default_db_xml_cache.public/object_modeling_new_by_xml_schema.xsl"/>
  26. <property name="build_CRM_PROCES_tree" location="${WPS_Functions}/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.xml"/>
  27. <property name="build_check_java_process_count.xml" value="${basedir}/WPS_Functions/default_db/check_java_process_count/build_check_java_process_count.xml"/><!-- will set output current max process in STDOUT - by using with ps ax|grep ant-launcher |wc -l -->
  28. <property name="mapserver_gml_to_png" location="${basedir}/WPS_Functions/mapserver_gml_to_png/build_mapserver_gml_to_png.xml"/>
  29. <property name="mapserver_gml_to_png_basedir" location="${basedir}/WPS_Functions/mapserver_gml_to_png" />
  30. <property name="mapserver_gml_to_png_basedir.temp" location="${mapserver_gml_to_png_basedir}/temp" />
  31. <property name="postprocess.xsl" location="${basedir}/default_db_xml_cache.public/system_cache__appinfo/postprocess.xsl"/>
  32. <property name="build_object_modeling_by_default_db_xml_schema.xml" value="${WPS_Functions}/object_modeling_by_default_db_xml_schema/build_object_modeling_by_default_db_xml_schema.xml"/>
  33. <!-- EOF modules properties copied / controlled references -->
  34. <!-- <property name="wfs_output.xml" location="${get_wfs_basedir.temp}/${uuid}.wfs_output.xml"/>
  35. <property name="wfs_result.xml" location="${get_wfs_basedir.temp}/${uuid}.wfs_result.xml"/>
  36. <property name="wfs_error.xml" location="${get_wfs_basedir.temp}/${uuid}.wfs_error.xml"/>
  37. <property name="wfs_timestamp.xml" location="${get_wfs_basedir.temp}/${uuid}.wfs_timestamp.xml"/>
  38. -->
  39. <target name="save_build_properties" > <!-- todo nie wiem czy trzymac properties tu i tam - do optymalziacji-->
  40. <!-- ${uuid} -->
  41. <ant antfile="${build_root.xml}" target="save_build_properties"/>
  42. <loadproperties srcfile="${build_properties}"/>
  43. <property name="PROCES_INIT_tree_to_dita.xsl" location="${default_db_xml_cache.public}/default_db/CRM_PROCES/PROCES_INIT_tree_to_dita.xsl"/> <!-- to disable and use tree_to_dita.xsl which includes it -->
  44. <property name="tree_to_dita.xsl" location="${default_db_xml_cache.public}/default_db/tree_to_dita.xsl"/>
  45. <property name="api_url" value="${TargetNamespaceBindings}/SE/version-git/wfs-data.php"/> <!-- TO BE SET FROM LICENCE -->
  46. <property name="namespace_prefix" value="default_db"/>
  47. <property name="namespace_prefix_p5_tr_map" value="default_db"/>
  48. <property name="p5_tr_map_dir" location="${p5_tr_map.local}"/>
  49. <property name="simpleSchema_dir" location="${simpleSchema.local}"/>
  50. <property name="detect_resource_type_dir" location="${detect_resource_type.local}"/>
  51. <property name="build_complexType_dir" location="${build_complexType.local}"/>
  52. <echoproperties destfile="${build_WPS_Functions.xml.properties}" />
  53. </target>
  54. </project>