Transformation ant build specification glossary
build.xml
project
properties
property name="remote"
This should specify schema (directory with business objects)
<property name="remote" location="ROOT_INSTALL_DIR/schema"/>
.
example:
<property name="remote" location="../../../biuro.biall-net.pl-gitlab-se-2015-02-16.git/SE/schema"/>
property name="public_html"
This is definition of local directory conforming to
basedir
<property name="public_html" location="."/>
property name="table.local"
This should specify table (Directory) (Transformations Component).
example:
<property name="table.local" location="table"/>
property name="default_db.instance.xml"
This should specify default_db.instance.xml (Directory) (Transformations Component).
example:
<property name="default_db.instance.xml" value="default_db.instance.xml"/>
property name="build_complexType.local"
This should specify ComplexType Flat Schema repository
property name="p5_tr_map.local"
This should specify XML-Transform Map .
example:
<property name="p5_tr_map.local" location="${default_db.instance.xml}/p5_tr_map"/>
property name="detect_resource_type.local"
This should specify detect_resource_type (Transformations Component)
example:
<property name="detect_resource_type.local" location="${default_db.instance.xml}/detect_resource_type"/>
property name="new-schema-with-ID-to-move-and-rename-to-xsd"
This should specify local temporary output of XML-Schema files with added @id
attributes to make replacement in Customized Business Objects in XML Schema using
them.
Example:
<property name="new-schema-with-ID-to-move-and-rename-to-xsd" location="default_db.instance.xml/new-schema-with-ID-to-move-and-rename-to-xsd"/>
properties conforming to install on Procesy5
This properties are analogic to previous specifications and conform to schema (directory with business objects) and to install Customized Business Objects in XML Schema to Local Data Business Object Module Storage structure
specification:
<property name="table.remote" location="${remote}/table"/>
<property name="build_complexType.remote" location="${remote}/default_db.instance.xml/build_complexType"/>
<property name="p5_tr_map.remote" location="${remote}/${default_db.instance.xml}/p5_tr_map"/>
<property name="detect_resource_type.remote" location="${remote}/default_db.instance.xml/detect_resource_type"/>
targets
target name="generate_schema_with_id"
This generates property name="new-schema-with-ID-to-move-and-rename-to-xsd" to fix Customized Business Objects in XML Schema located in property name="table.local"