|
|
@@ -533,12 +533,20 @@
|
|
|
</target>
|
|
|
|
|
|
|
|
|
- <target name="build_recurse_ant_xsl_xpath_filter.xsl_check" description="if it is set ">
|
|
|
+ <target name="build_recurse_ant_xsl_xpath_filter.xsl_check" description="if it is set $xpath_query ">
|
|
|
+ <!--<exec executable="bash" dir="." outputproperty="typeName_tested_name">
|
|
|
+ <arg value="-c"/>
|
|
|
+ <arg value="echo ${typeName_tested} |sed 's/.*://'"/><!-\- tu wchodzi -DtypeName=p5_default_db:CRM_PROCES -\->
|
|
|
+ </exec>-->
|
|
|
+ <!--<echo> #537 debug $typeName_tested_name: ${typeName_tested_name}</echo>-->
|
|
|
<condition taskname="build_recurse_ant_xsl_xpath_filter.xsl" property="xpath_query_set">
|
|
|
- <or>
|
|
|
- <equals arg1="${xpath_query}" arg2=""/>
|
|
|
- <equals arg1="${xpath_query}" arg2="$${xpath_query}"/>
|
|
|
- </or>
|
|
|
+ <!--<and>-->
|
|
|
+ <or>
|
|
|
+ <equals arg1="${xpath_query}" arg2=""/>
|
|
|
+ <equals arg1="${xpath_query}" arg2="$${xpath_query}"/>
|
|
|
+ </or>
|
|
|
+ <!--<available file="${simpleSchema_dir}/${namespace_prefix_p5_tr_map}/${typeName_tested_name}.xml"/>-->
|
|
|
+ <!--</and>-->
|
|
|
</condition>
|
|
|
<antcall target="build_recurse_ant_xsl_xpath_filter.xsl_fail"/> <!-- if failed run or not if not -->
|
|
|
</target>
|
|
|
@@ -568,6 +576,7 @@
|
|
|
</factory>
|
|
|
<classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
<param name="xpath_query" expression="${xpath_query}"/>
|
|
|
+ <param name="typeName" expression="${typeName}"/>
|
|
|
<param name="default_db_xml_cache.public" expression="${default_db_xml_cache.public}"/>
|
|
|
</xslt>
|
|
|
</target>
|