|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<project basedir="../../." name="object_modeling_new" default="system_cache__appinfo:object_modeling_new"
|
|
|
+<project basedir="../../." name="object_modeling_new" default="p5omn:object_modeling_new"
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
xmlns:p5omn="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
|
|
|
>
|
|
|
@@ -8,10 +8,21 @@
|
|
|
</description>
|
|
|
|
|
|
|
|
|
+ <tstamp>
|
|
|
+ <format property="p5omn:last.minute" pattern="MM/dd/yyyy hh:mm a" offset="-2" unit="minute"/>
|
|
|
+ <format property="p5omn:current.timestamp" pattern="yyyy-dd-MM-hh:mm-a" />
|
|
|
+ </tstamp>
|
|
|
+
|
|
|
+ <include file="../build_WPS_Functions.xml"/>
|
|
|
+ <!-- modules WPS_Functions - to be copied to any module needed -->
|
|
|
+ <property name="WPS_Functions" location="${WPS_Functions.basedir}"/>
|
|
|
+ <property name="build_WPS_Functions.xml" location="${WPS_Functions.build}"/> <!-- call it to get properties -->
|
|
|
+ <property name="build_WPS_Functions.xml.properties" location="${WPS_Functions.properties}"/>
|
|
|
+
|
|
|
<!-- modules WPS_Functions - to be copied to any module needed -->
|
|
|
- <property name="WPS_Functions" location="${basedir}/WPS_Functions"/>
|
|
|
- <property name="build_WPS_Functions.xml" location="${WPS_Functions}/build_WPS_Functions.xml"/> <!-- call it to get properties -->
|
|
|
- <property name="build_WPS_Functions.xml.properties" location="${build_WPS_Functions.xml}.properties"/>
|
|
|
+ <!-- <property name="WPS_Functions" location="${basedir}/WPS_Functions"/>
|
|
|
+ <property name="build_WPS_Functions.xml" location="${WPS_Functions}/build_WPS_Functions.xml"/> <!-\- call it to get properties -\->
|
|
|
+ <property name="build_WPS_Functions.xml.properties" location="${build_WPS_Functions.xml}.properties"/>-->
|
|
|
<!-- eof modules WPS_Functions -->
|
|
|
|
|
|
<property name="object_modeling_new" location="${basedir}/WPS_Functions/object_modeling_new/build_object_modeling_new.xml"/>
|
|
|
@@ -42,13 +53,13 @@
|
|
|
<echoproperties destfile="${build_object_modeling_new.childproperties}"/>
|
|
|
</target>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_create_dirs">
|
|
|
+ <target name="p5omn:object_modeling_new_create_dirs">
|
|
|
<mkdir dir="${object_modeling_new_basedir_temp}"/>
|
|
|
</target>
|
|
|
|
|
|
- <target name="read_build_properties" depends="system_cache__appinfo:object_modeling_new_create_dirs">
|
|
|
- <ant antfile="${build_WPS_Functions.xml}" target="save_build_properties"/>
|
|
|
- <loadproperties srcfile="${build_WPS_Functions.xml.properties}"/>
|
|
|
+ <target name="read_build_properties" depends="p5omn:object_modeling_new_create_dirs">
|
|
|
+ <ant antfile="${WPS_Functions.build}" target="save_build_properties"/>
|
|
|
+ <loadproperties srcfile="${WPS_Functions.properties}"/>
|
|
|
<tempfile property="new_object_by_prototype_result.xml" prefix="new_object_by_prototype_result" suffix=".xml" destdir="${object_modeling_new_basedir_temp}"/>
|
|
|
<tempfile property="object_modeling_new_in_schema_check.xml" prefix="object_modeling_new_in_schema_check" suffix=".xml" destdir="${object_modeling_new_basedir_temp}"/>
|
|
|
|
|
|
@@ -61,7 +72,7 @@
|
|
|
</target>
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_check_condition">
|
|
|
+ <target name="p5omn:object_modeling_new_check_condition">
|
|
|
<!--<input addproperty="prototype_object_namespace" defaultvalue="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd" />--> <!-- https://biuro.biall-net.pl/wfs/default_db/Types/Infrastructure.xsd -->
|
|
|
<input addproperty="TargetNamespaceBindingsApi" defaultvalue="https://biuro.biall-net.pl/wfs"/> <!-- root namespace API -->
|
|
|
<input addproperty="NamespaceDatabaseStorageDefinitionPrefix" defaultvalue="default_db"/>
|
|
|
@@ -69,12 +80,12 @@
|
|
|
<input addproperty="NamespaceObjectInstanceTable" /> <!-- example CRM_PROCES -->
|
|
|
<!--<input addproperty="new_object_namespace" defaultvalue="${TargetNamespaceBindingsApi}/${$NamespaceDatabaseStorageDefinitionPrefix}/${$NamespaceObjectInstanceTable}.xsd" />--> <!-- https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_struktura_wewnetrzna_wsg84.xsd -->
|
|
|
<antcall target="template_object.xml_location.xml"/>
|
|
|
- <condition taskname="system_cache__appinfo:object_modeling_new_check_ok" property="system_cache__appinfo:object_modeling_new_check">
|
|
|
+ <condition taskname="p5omn:object_modeling_new_check_ok" property="p5omn:object_modeling_new_check">
|
|
|
<available file="${template_object.xml_location.xml}"/>
|
|
|
</condition>
|
|
|
|
|
|
<echo>#62 we checked it</echo>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_check_fail"/>
|
|
|
+ <antcall target="p5omn:object_modeling_new_check_fail"/>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
@@ -84,7 +95,7 @@
|
|
|
<echo> #82 $template_object.xml_location.xml = ${template_object.xml_location.xml}</echo>
|
|
|
</target>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_in_schema_check_condition" depends="read_build_properties,template_object.xml_location.xml" description="To check if such object exists in schema">
|
|
|
+ <target name="p5omn:object_modeling_new_in_schema_check_condition" depends="read_build_properties,template_object.xml_location.xml" description="To check if such object exists in schema">
|
|
|
<input addproperty="TargetNamespaceBindingsApi" defaultvalue="https://biuro.biall-net.pl/wfs"/> <!-- root namespace API -->
|
|
|
<input addproperty="NamespaceDatabaseStorageDefinitionPrefix" defaultvalue="default_db"/>
|
|
|
<input addproperty="NamespaceObjectInstanceType" defaultvalue="table"/>
|
|
|
@@ -122,32 +133,32 @@
|
|
|
<classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
</xslt>
|
|
|
<loadfile property="object_modeling_new_in_schema_check.xml.loadfile" srcfile="${object_modeling_new_in_schema_check.xml}"/>
|
|
|
- <condition property="system_cache__appinfo:object_modeling_new_in_schema_check" taskname="system_cache__appinfo:object_modeling_new_in_schema_check">
|
|
|
+ <condition property="p5omn:object_modeling_new_in_schema_check" taskname="p5omn:object_modeling_new_in_schema_check">
|
|
|
<contains string="${object_modeling_new_in_schema_check.xml.loadfile}" substring="ERROR"/>
|
|
|
</condition>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_in_schema_check_fail"/>
|
|
|
+ <antcall target="p5omn:object_modeling_new_in_schema_check_fail"/>
|
|
|
</target>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_in_schema_check" depends="system_cache__appinfo:object_modeling_new_in_schema_check_condition"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_in_schema_check_fail" if="${system_cache__appinfo:object_modeling_new_in_schema_check}">
|
|
|
+ <target name="p5omn:object_modeling_new_in_schema_check" depends="p5omn:object_modeling_new_in_schema_check_condition"/>
|
|
|
+ <target name="p5omn:object_modeling_new_in_schema_check_fail" if="${p5omn:object_modeling_new_in_schema_check}">
|
|
|
<fail message="ERROR ${object_modeling_new_in_schema_check.xml.loadfile}"/>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_in_xsd_check" depends="system_cache__appinfo:object_modeling_new_in_schema_check_condition" description="To check if such object exists in xsd repository"/>
|
|
|
+ <target name="p5omn:object_modeling_new_in_xsd_check" depends="p5omn:object_modeling_new_in_schema_check_condition" description="To check if such object exists in xsd repository"/>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_check_fail" if="${system_cache__appinfo:object_modeling_new_check}">
|
|
|
+ <target name="p5omn:object_modeling_new_check_fail" if="${p5omn:object_modeling_new_check}">
|
|
|
<echo>OUTPUT_START</echo>
|
|
|
<echo> Modeled object already exists in template directory - use model function instead of create new</echo>
|
|
|
<echo>OUTPUT_END</echo>
|
|
|
<fail/>
|
|
|
</target>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new" depends="read_build_properties,system_cache__appinfo:object_modeling_new_in_schema_check,system_cache__appinfo:object_modeling_new_in_xsd_check" description="ANT_TARGET new object by using prototype from Types to local repository to model it further" >
|
|
|
+ <target name="p5omn:object_modeling_new" depends="read_build_properties,p5omn:object_modeling_new_in_schema_check,p5omn:object_modeling_new_in_xsd_check" description="ANT_TARGET new object by using prototype from Types to local repository to model it further" >
|
|
|
<input addproperty="prototype_object_namespace" defaultvalue="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd" />
|
|
|
|
|
|
- <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema"/> <!-- or system_cache__appinfo:default_db_get_xml_schema_if_not_exists -->
|
|
|
+ <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="p5omn:default_db_get_xml_schema"/> <!-- or p5omn:default_db_get_xml_schema_if_not_exists -->
|
|
|
<ant antfile="${build_root.xml}" target="procesy5_system_schema.xml" />
|
|
|
|
|
|
|
|
|
@@ -180,8 +191,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new.build_Infrastructure" depends="read_build_properties" description="ANT_TARGET @2017-12-19 dobrze zrobilo prototypy z infrastr + brakujace elementy + simpleTYpe z default.db. new object by using prototype from Types with merging using regex select and igronre. Uwaga prototypy infrastruktury raz stworzone moga byc tylko odbudowywane z typespecial refs (TODO do poprawy @2017-12-28)" >
|
|
|
- <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema_if_not_exists"/>
|
|
|
+ <target name="p5omn:object_modeling_new.build_Infrastructure" depends="read_build_properties" description="ANT_TARGET @2017-12-19 dobrze zrobilo prototypy z infrastr + brakujace elementy + simpleTYpe z default.db. new object by using prototype from Types with merging using regex select and igronre. Uwaga prototypy infrastruktury raz stworzone moga byc tylko odbudowywane z typespecial refs (TODO do poprawy @2017-12-28)" >
|
|
|
+ <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="p5omn:default_db_get_xml_schema_if_not_exists"/>
|
|
|
<ant antfile="${build_root.xml}" target="new-schema-with-ID-to-move-and-rename-to-xsd" />
|
|
|
|
|
|
<property name="prototype_object_namespace.Infrastructure" value="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"/>
|
|
|
@@ -210,7 +221,7 @@
|
|
|
TargetNamespaceBindingsApi = ${TargetNamespaceBindingsApi.Infrastructure}
|
|
|
NamespaceDatabaseStorageDefinitionPrefix = ${NamespaceDatabaseStorageDefinitionPrefix.Infrastructure}
|
|
|
NamespaceObjectInstanceType = ${NamespaceObjectInstanceType.Infrastructure}
|
|
|
- ant.target = system_cache__appinfo:object_modeling_new_by_xml_schema
|
|
|
+ ant.target = p5omn:object_modeling_new_by_xml_schema
|
|
|
object_modeling.Error.Handling = ${object_modeling.Error.Handling.Infrastructure}
|
|
|
external_schema_table.path = ${external_schema_table.path}
|
|
|
procesy5_system_schema_collection_dir = ${basedir}
|
|
|
@@ -237,9 +248,9 @@
|
|
|
<param name="NamespaceDatabaseStorageDefinitionPrefix" expression="${NamespaceDatabaseStorageDefinitionPrefix.Infrastructure}"/>
|
|
|
<param name="NamespaceObjectInstanceType" expression="${NamespaceObjectInstanceType.Infrastructure}"/>
|
|
|
<param name="ant.build" expression="${object_modeling_build}"/>
|
|
|
- <param name="ant.target" expression="system_cache__appinfo:new_object_by_prototype"/>
|
|
|
+ <param name="ant.target" expression="p5omn:new_object_by_prototype"/>
|
|
|
<!--<param name="ant.build" expression="${object_modeling_new}"/>--> <!-- location="${basedir}/WPS_Functions/object_modeling_new/build_object_modeling_new.xml" -->
|
|
|
- <!--<param name="ant.target" expression="system_cache__appinfo:object_modeling_new_by_xml_schema"/>-->
|
|
|
+ <!--<param name="ant.target" expression="p5omn:object_modeling_new_by_xml_schema"/>-->
|
|
|
|
|
|
<param name="object_modeling.Error.Handling" expression="${object_modeling.Error.Handling.Infrastructure}"/>
|
|
|
<param name="external_schema_table.path" expression="${external_schema_table.path}"/>
|
|
|
@@ -253,14 +264,16 @@
|
|
|
</xslt>
|
|
|
<!--<loadfile property="new_object_by_prototype.xml_result" srcfile="${new_object_by_prototype.xml}"/>
|
|
|
<echo message="${new_object_by_prototype.xml_result}"/>-->
|
|
|
- <ant antfile="${build_object_modeling_build_infrastructure_child.xml.Infrastructure}" inheritall="false"/>
|
|
|
+ <ant antfile="${build_object_modeling_build_infrastructure_child.xml.Infrastructure}" inheritall="false">
|
|
|
+ <property name="system_ui_info_speech" value="${system_ui_info_speech}"/>
|
|
|
+ </ant>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new.build_default" depends="read_build_properties" description="ANT_TARGET new object by using prototype from Types with merging using regex select and igronre" >
|
|
|
- <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema_if_not_exists"/>
|
|
|
+ <target name="p5omn:object_modeling_new.build_default" depends="read_build_properties" description="ANT_TARGET new object by using prototype from Types with merging using regex select and igronre" >
|
|
|
+ <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="p5omn:default_db_get_xml_schema_if_not_exists"/>
|
|
|
<ant antfile="${build_root.xml}" target="procesy5_system_schema.xml" />
|
|
|
|
|
|
<property name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
@@ -298,9 +311,9 @@
|
|
|
<param name="NamespaceDatabaseStorageDefinitionPrefix" expression="${NamespaceDatabaseStorageDefinitionPrefix}"/>
|
|
|
<param name="NamespaceObjectInstanceType" expression="${NamespaceObjectInstanceType}"/>
|
|
|
<param name="ant.build" expression="${object_modeling_build}"/>
|
|
|
- <param name="ant.target" expression="system_cache__appinfo:new_object_by_prototype"/>
|
|
|
+ <param name="ant.target" expression="p5omn:new_object_by_prototype"/>
|
|
|
<!--<param name="ant.build" expression="${object_modeling_new}"/>--> <!-- location="${basedir}/WPS_Functions/object_modeling_new/build_object_modeling_new.xml" -->
|
|
|
- <!--<param name="ant.target" expression="system_cache__appinfo:object_modeling_new_by_xml_schema"/>-->
|
|
|
+ <!--<param name="ant.target" expression="p5omn:object_modeling_new_by_xml_schema"/>-->
|
|
|
|
|
|
<param name="object_modeling.Error.Handling" expression="${object_modeling.Error.Handling}"/>
|
|
|
<param name="external_schema_table.path" expression="${external_schema_table.path}"/>
|
|
|
@@ -321,8 +334,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new.build_Empty" depends="read_build_properties" description="ANT_TARGET @2017-12-19 dobrze zrobilo prototypy z infrastr + brakujace elementy + simpleTYpe z default.db. new object by using prototype from Types with merging using regex select and igronre" >
|
|
|
- <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema_if_not_exists"/>
|
|
|
+ <target name="p5omn:object_modeling_new.build_Empty" depends="read_build_properties" description="ANT_TARGET @2017-12-19 dobrze zrobilo prototypy z infrastr + brakujace elementy + simpleTYpe z default.db. new object by using prototype from Types with merging using regex select and igronre" >
|
|
|
+ <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="p5omn:default_db_get_xml_schema_if_not_exists"/>
|
|
|
<!--<ant antfile="${build_root.xml}" target="new-schema-with-ID-to-move-and-rename-to-xsd" />-->
|
|
|
|
|
|
<property name="prototype_object_namespace.Empty" value="https://biuro.biall-net.pl/wfs/default_db/Types/Empty.xsd"/>
|
|
|
@@ -350,7 +363,7 @@
|
|
|
TargetNamespaceBindingsApi = ${TargetNamespaceBindingsApi.Empty}
|
|
|
NamespaceDatabaseStorageDefinitionPrefix = ${NamespaceDatabaseStorageDefinitionPrefix.Empty}
|
|
|
NamespaceObjectInstanceType = ${NamespaceObjectInstanceType.Empty}
|
|
|
- ant.target = system_cache__appinfo:object_modeling_new_by_xml_schema
|
|
|
+ ant.target = p5omn:object_modeling_new_by_xml_schema
|
|
|
object_modeling.Error.Handling = ${object_modeling.Error.Handling.Empty}
|
|
|
external_schema_table.path = ${external_schema_table.path}
|
|
|
procesy5_system_schema_collection_dir = ${basedir}
|
|
|
@@ -376,9 +389,9 @@
|
|
|
<param name="NamespaceDatabaseStorageDefinitionPrefix" expression="${NamespaceDatabaseStorageDefinitionPrefix.Empty}"/>
|
|
|
<param name="NamespaceObjectInstanceType" expression="${NamespaceObjectInstanceType.Empty}"/>
|
|
|
<param name="ant.build" expression="${object_modeling_build}"/>
|
|
|
- <param name="ant.target" expression="system_cache__appinfo:new_object_by_prototype"/>
|
|
|
+ <param name="ant.target" expression="p5omn:new_object_by_prototype"/>
|
|
|
<!--<param name="ant.build" expression="${object_modeling_new}"/>--> <!-- location="${basedir}/WPS_Functions/object_modeling_new/build_object_modeling_new.xml" -->
|
|
|
- <!--<param name="ant.target" expression="system_cache__appinfo:object_modeling_new_by_xml_schema"/>-->
|
|
|
+ <!--<param name="ant.target" expression="p5omn:object_modeling_new_by_xml_schema"/>-->
|
|
|
|
|
|
<param name="object_modeling.Error.Handling" expression="${object_modeling.Error.Handling.Empty}"/>
|
|
|
<param name="external_schema_table.path" expression="${external_schema_table.path}"/>
|
|
|
@@ -398,8 +411,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new.build_from_default_db_schema" depends="read_build_properties" description="ANT_TARGET @2017-12-27 do tworzenia z bazy danych default_db.xsd brakujacych struktur (todo tu powinny tez byc refy)" >
|
|
|
- <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema_if_not_exists"/>
|
|
|
+ <target name="p5omn:object_modeling_new.build_from_default_db_schema" depends="read_build_properties" description="ANT_TARGET @2017-12-27 do tworzenia z bazy danych default_db.xsd brakujacych struktur (todo tu powinny tez byc refy)" >
|
|
|
+ <ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="p5omn:default_db_get_xml_schema_if_not_exists"/>
|
|
|
<ant antfile="${build_root.xml}" target="new-schema-with-ID-to-move-and-rename-to-xsd" />
|
|
|
|
|
|
<exec executable="say" spawn="true" failifexecutionfails="false">
|
|
|
@@ -431,7 +444,7 @@
|
|
|
procesy5_system_schema.xml = ${procesy5_system_schema.xml};
|
|
|
default_db.xml = ${default_db.xml};
|
|
|
external_schema_table.path = ${external_schema_table.path}
|
|
|
- ant.target = system_cache__appinfo:object_modeling_new_by_xml_schema
|
|
|
+ ant.target = p5omn:object_modeling_new_by_xml_schema
|
|
|
basedir = ${basedir} <!-- one level deeper -->
|
|
|
object_modeling_new = ${object_modeling_new} <!-- location="${basedir}/WPS_Functions/object_modeling_new/build_object_modeling_new.xml" -->
|
|
|
procesy5_system_schema_collection_dir = ${basedir}
|
|
|
@@ -489,19 +502,28 @@
|
|
|
</xslt>
|
|
|
<!--<loadfile property="new_object_by_prototype.xml_result" srcfile="${new_object_by_prototype.xml}"/>
|
|
|
<echo message="${new_object_by_prototype.xml_result}"/>-->
|
|
|
- <ant antfile="${build_object_modeling_build_infrastructure_child.xml.default_db_schema}" inheritall="false"/>
|
|
|
+ <ant antfile="${build_object_modeling_build_infrastructure_child.xml.default_db_schema}" inheritall="false">
|
|
|
+ <property name="system_ui_info_speech" value="${system_ui_info_speech}"/>
|
|
|
+ </ant>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new.build_from_typespecial_refs" depends="read_build_properties" description="ANT_TARGET @2017-12-27 do tworzenia z typespecial to ref przetworzen zapisanych w default_db/id_zasob_36.xsd etc" >
|
|
|
+ <target name="p5omn:object_modeling_new.build_from_typespecial_refs" depends="read_build_properties" description="ANT_TARGET @2017-12-27 do tworzenia z typespecial to ref przetworzen zapisanych w default_db/id_zasob_36.xsd etc" >
|
|
|
<ant antfile="${build_object_modeling_by_default_db_xml_schema.xml}" target="system_cache__appinfo:default_db_get_xml_schema_if_not_exists"/>
|
|
|
- <ant antfile="${build_root.xml}" target="new-schema-with-ID-to-move-and-rename-to-xsd" />
|
|
|
+ <!--<ant antfile="${build_root.xml}" target="new-schema-with-ID-to-move-and-rename-to-xsd" />-->
|
|
|
|
|
|
- <exec executable="say" spawn="true" failifexecutionfails="false">
|
|
|
+ <copy file="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/table/USERS2_MARKETING.xsd" tofile="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/table/USERS2_MARKETING.x_s_d.${p5omn:current.timestamp}"/><!-- debut -->
|
|
|
+ <!--<exec executable="say" spawn="true" failifexecutionfails="false">
|
|
|
<arg line="-v alex"/>
|
|
|
<arg line="generating new object by prototype by type special references"/>
|
|
|
- </exec>
|
|
|
+ </exec>-->
|
|
|
+
|
|
|
+ <ant antfile="${system_ui_info_speech}" target="p5suis:say_to_queue">
|
|
|
+ <property name="p5suis:say_text" value="generating new object by prototype by type special references" />
|
|
|
+ </ant>
|
|
|
+ <ant antfile="${system_ui_info_speech}" target="p5suis:say_from_queue"/>
|
|
|
+
|
|
|
<!-- @2017-12-27 settings to create refs from typespecials
|
|
|
-Dprototype_object_namespace=https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Wykop_przedmiar_na_mikrorurki.xsd
|
|
|
-Dnew_object_namespace=https://biuro.biall-net.pl/wfs/default_db/table/Rozdzielcza_Wykop_przedmiar_na_mikrorurki.xsd
|
|
|
@@ -514,7 +536,7 @@
|
|
|
<property name="NamespaceDatabaseStorageDefinitionPrefix.typespecial_refs" value="default_db"/>
|
|
|
<property name="NamespaceObjectInstanceType.typespecial_refs" value="table"/>
|
|
|
<property name="NamespaceObjectInstanceTable_RegexString.ignore.typespecial_refs" value="(bravecare__sys_users)|(^_.*)|(ITEM_LINK_TYPES)|(F_ID)|(F_GID.*)|(D_P)|(COLUMNS)|(BI_audit_KW_requested_person_copy)|(.*.copy_energa.*)|(BI_audit_ENERGA_RUM_KONTRAHENCI_copy)|(.*energa_copy.*)|(BI_audit_ALL.*)|(BILLING_USERS_OLD)|(BILLING_USERS_ADD_OLD)|(AUTOSHAPE.*)|(ATTACHMENTS)|(ADMIN_USERS__REF__LOCAL_EMAIL)|(.*to_delete.*)|(.*temp.*)|(tmp.*)|(.*test.*)|(.*otomin.*)|(.*kasacja.*)|(.*default_default_objects.*)|(.*arskom.*)|(.*aneksy.*)|(ams.*)|(.*zasob_path_idx.*)|($_.*)|(s2sua)|(seq)|(stats_BILLS_FVAT_POS)|(phone)|(_remote_L1_BILLS_KP)|(_project_path_idx)|(__RAPORT_Rozdzielcza_Raport)|(.*TEMP.*)|(.*_SYNC_.*)|(.*_backup_.*)|(.*__INSTANCE_CLOSURE.*)|(CRM_LISTA_ZASOBOW_tree)|(.*_idx.*)|(.*_prim.*)|(CRM_REF_CONFIG)|(F_AREA.*)|($F_.*)|(ID_OFFERS)|(IN7_CECHY)|(.*_TEST_.*)|(IN7_PRODUKTY_CECHY)|(INDEKS24)|(INVENTORY)|(ITEM_LINKS.*)|(LDAP_GROUPS)|(.*_old.*)|(stats_BILLS_FVAT_POS)"/>
|
|
|
- <property name="NamespaceObjectInstanceTable_RegexString.typespecial_refs" value="(.*ozdzielcza_Transmisje.*)"/> <!-- ozdzielcza_ (ozdzielcza_)|(TELBOXES) -->
|
|
|
+ <property name="NamespaceObjectInstanceTable_RegexString.typespecial_refs" value="USERS2_MARKETING$"/> <!-- ozdzielcza_ (ozdzielcza_)|(TELBOXES) -->
|
|
|
<property name="targetNamespace.base.typespecial_refs" value="https://biuro.biall-net.pl/api/36"/> <!-- which source schema to use (currently force to ${default_db.xml} )-->
|
|
|
<property name="build_object_modeling_build_infrastructure_child.xml.typespecial_refs" value="${object_modeling_new_basedir_temp}/build_object_modeling_build_infrastructure_child.typespecial_refs.xml"/>
|
|
|
<property name="object_modeling.Error.Handling.typespecial_refs" value="OVERWRITE"/>
|
|
|
@@ -522,6 +544,7 @@
|
|
|
<property name="suppres_saving.typespecial_refs" value=""/>
|
|
|
|
|
|
|
|
|
+
|
|
|
<echo>#196
|
|
|
object_modeling_new_basedir= ${object_modeling_new_basedir};
|
|
|
procesy5_system_schema.xml = ${procesy5_system_schema.xml};
|
|
|
@@ -547,7 +570,7 @@
|
|
|
object_modeling.Error.Handling = ${object_modeling.Error.Handling.typespecial_refs}
|
|
|
merge_priority = ${merge_priority.typespecial_refs}
|
|
|
suppres_saving" = ${suppres_saving.typespecial_refs}
|
|
|
-
|
|
|
+ detect_resource_type.local = ${detect_resource_type.local}
|
|
|
</echo>
|
|
|
|
|
|
<xslt basedir="./" style="${build_object_modeling_new.child.xsl}" in="${procesy5_system_schema.xml}" destdir="./" out="${build_object_modeling_build_infrastructure_child.xml.typespecial_refs}" force="yes" >
|
|
|
@@ -581,11 +604,16 @@
|
|
|
<param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd}match_complexTypes" expression="true"/>
|
|
|
<param name="suppres_saving" expression="${suppres_saving.typespecial_refs}"/>
|
|
|
<param name="object_modeling.Error.Handling" expression="${object_modeling.Error.Handling.typespecial_refs}"/>
|
|
|
+ <param name="detect_resource_type.local" expression="${detect_resource_type.local}"/>
|
|
|
+ <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd}detect_objects_parent_relations.local" expression="${detect_objects_parent_relations.local}"/>
|
|
|
+ <param name="vrtfNamespaces.xml" expression="${vrtfNamespaces.xml}"/>
|
|
|
<classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
</xslt>
|
|
|
<!--<loadfile property="new_object_by_prototype.xml_result" srcfile="${new_object_by_prototype.xml}"/>
|
|
|
<echo message="${new_object_by_prototype.xml_result}"/>-->
|
|
|
- <ant antfile="${build_object_modeling_build_infrastructure_child.xml.typespecial_refs}" inheritall="false"/>
|
|
|
+ <ant antfile="${build_object_modeling_build_infrastructure_child.xml.typespecial_refs}" inheritall="false">
|
|
|
+ <property name="system_ui_info_speech" value="${system_ui_info_speech}"/>
|
|
|
+ </ant>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
@@ -602,233 +630,6 @@
|
|
|
<param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
<param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
</antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="CRM_PRZYPADEK"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="CRM_IMAGE"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="SALES_PLAN"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="Rozdzielcza_lokalizacje"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Infrastructure.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="CRM_LISTA_ZASOBOW_OFFERS"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="DEALS_TABLE"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KW_requested"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BADANIA_W_TERENIE"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_CEIDG"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_CEIDG_pelnomocnicy"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_CEIDG_powiazania"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_PRACOWNICY"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_PRACOWNICY_adresy"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_PRACOWNICY_adresy_copy"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_RUM_KONTRAHENCI"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
-
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_RUM_UMOWY"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- -->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS_person"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS_MSIG"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
-
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS_MSIG_poz"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_PRACOWNICY_group"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_adres"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS_PKD"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!-- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG_address"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG_person"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG_company"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>
|
|
|
- -->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG_name"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_MSIG_PKD"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_KRS_MSIG_poz"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
-
|
|
|
- <!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
- <param name="NamespaceObjectInstanceTable" value="BI_audit_ENERGA_FAKTURY"/>
|
|
|
- <param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
- <param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
- <param name="NamespaceDatabaseStorageDefinitionPrefix" value="default_db"/>
|
|
|
- <param name="NamespaceObjectInstanceType" value="table"/>
|
|
|
- </antcall>-->
|
|
|
<!--<antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
<param name="NamespaceObjectInstanceTable" value="BI_audit_taxpayer"/>
|
|
|
<param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd"/>
|
|
|
@@ -864,7 +665,7 @@
|
|
|
<echo>targetNamespace.base to ${targetNamespace.base}</echo>
|
|
|
|
|
|
|
|
|
- <antcall target="system_cache__appinfo:object_modeling_new_by_xml_schema">
|
|
|
+ <antcall target="p5omn:object_modeling_new_by_xml_schema">
|
|
|
<param name="NamespaceObjectInstanceTable" value="Rozdzielcza_Kabel_swiatl_obcy"/>
|
|
|
<param name="prototype_object_namespace" value="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"/>
|
|
|
<param name="TargetNamespaceBindingsApi" value="https://biuro.biall-net.pl/wfs"/>
|
|
|
@@ -884,7 +685,7 @@
|
|
|
|
|
|
|
|
|
<!--TODO TO TEST FIX ETC-->
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_new_table" depends="read_build_properties,system_cache__appinfo:object_modeling_new_in_schema_check,system_cache__appinfo:object_modeling_new_in_xsd_check" description="TODO Create new schema (empty table - not working currently)">
|
|
|
+ <target name="p5omn:object_modeling_new_add_new_table" depends="read_build_properties,p5omn:object_modeling_new_in_schema_check,p5omn:object_modeling_new_in_xsd_check" description="TODO Create new schema (empty table - not working currently)">
|
|
|
<input addproperty="TargetNamespaceBindingsApi" defaultvalue="https://biuro.biall-net.pl/wfs"/> <!-- root namespace API -->
|
|
|
<input addproperty="NamespaceDatabaseStorageDefinitionPrefix" defaultvalue="default_db"/>
|
|
|
<input addproperty="NamespaceObjectInstanceType" defaultvalue="table"/>
|
|
|
@@ -917,8 +718,8 @@
|
|
|
</xslt>
|
|
|
</target>
|
|
|
|
|
|
- <!-- depends="system_cache__appinfo:object_modeling_new" test off -->
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_by_xml_schema" depends="read_build_properties,system_cache__appinfo:object_modeling_new_in_schema_check,system_cache__appinfo:object_modeling_new_in_xsd_check" description="TESTING Create new schema based on default_db.xml(xsd) + prototype">
|
|
|
+ <!-- depends="p5omn:object_modeling_new" test off -->
|
|
|
+ <target name="p5omn:object_modeling_new_by_xml_schema" depends="read_build_properties,p5omn:object_modeling_new_in_schema_check,p5omn:object_modeling_new_in_xsd_check" description="TESTING Create new schema based on default_db.xml(xsd) + prototype">
|
|
|
<input addproperty="prototype_object_namespace" defaultvalue="https://biuro.biall-net.pl/wfs/default_db/Types/Default.xsd" />
|
|
|
<input addproperty="NamespaceDatabaseStorageDefinitionPrefix" defaultvalue="default_db" />
|
|
|
<antcall target="template_object.xml_location.xml" inheritall="yes" inheritrefs="yes"/>
|
|
|
@@ -976,20 +777,20 @@
|
|
|
<echo message="${new_object_by_prototype_result.xml_loadfile}"/>
|
|
|
</target>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_child_element" description="TODO add new child element"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_root_element_by_restriction" description="TODO add new instance element based on existient complexType"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_root_element_by_aliasing" description="TODO add new instance element based on existient complexType"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_child_element" description="TODO add new child element"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_root_element_by_restriction" description="TODO add new instance element based on existient complexType"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_root_element_by_aliasing" description="TODO add new instance element based on existient complexType"/>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_child_element_reference" description="TODO add new element to reference"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_child_element_reference" description="TODO add new element to reference"/>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_modify_child_element_simpleType" description="TODO set simpleType"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_simpleType" description="TODO add new simpleType"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_add_simpleType_derived" description="TODO add new simpleType based by existient simpleType adding new type enum to parent and single value to child"/>
|
|
|
+ <target name="p5omn:object_modeling_new_modify_child_element_simpleType" description="TODO set simpleType"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_simpleType" description="TODO add new simpleType"/>
|
|
|
+ <target name="p5omn:object_modeling_new_add_simpleType_derived" description="TODO add new simpleType based by existient simpleType adding new type enum to parent and single value to child"/>
|
|
|
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_modify_child_element_set_simpleType_to_parent" description="TODO to add simpleType to complexType - first parent complexType of parent simpleType than to all complexType"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_modify_child_element_set_simpleType_to_derived" description="TODO controlled allow set simpleType to derived complexType by controlling derivation"/>
|
|
|
+ <target name="p5omn:object_modeling_new_modify_child_element_set_simpleType_to_parent" description="TODO to add simpleType to complexType - first parent complexType of parent simpleType than to all complexType"/>
|
|
|
+ <target name="p5omn:object_modeling_new_modify_child_element_set_simpleType_to_derived" description="TODO controlled allow set simpleType to derived complexType by controlling derivation"/>
|
|
|
<!-- occurs -->
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_modify_child_element_set_Occurs_to_parent" description="TODO modify max/min Occurs to parent complexType and set all derived"/>
|
|
|
- <target name="system_cache__appinfo:object_modeling_new_modify_child_element_set_Occurs_to_derived" description="TODO modify max/min Occurs to derived with controlling of derivation tree"/>
|
|
|
+ <target name="p5omn:object_modeling_new_modify_child_element_set_Occurs_to_parent" description="TODO modify max/min Occurs to parent complexType and set all derived"/>
|
|
|
+ <target name="p5omn:object_modeling_new_modify_child_element_set_Occurs_to_derived" description="TODO modify max/min Occurs to derived with controlling of derivation tree"/>
|
|
|
|
|
|
</project>
|