Transformation ant build specification glossary

build.xml

project

properties

property name="public_html"
This is definition of local directory conforming to basedir
<property name="public_html" location="."/>
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="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"/>