a.binder 6 سال پیش
والد
کامیت
419679bb6a

+ 2 - 2
SE/schema/default_db_xml_cache.public/build_ant_universal_by_xsl_match.xsl

@@ -66,7 +66,7 @@
             xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
             <xsl:if test="string-length($properties.xml) &gt; 0"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
             <target name="{$antfile_prefix}">
-                <parallel  failonany="true" threadCount="1"> <!--{$threadCount} threadCount="4"  -->
+                <parallel  failonany="true" threadCount="{$threadCount}"> <!--{$threadCount} threadCount="4"  -->
                     <xsl:variable name="system_cache__appinfo:element_complexType">
                         <xsl:for-each select="*">
                             <xsl:sort select="@count" order="ascending" data-type="number"/>
@@ -88,7 +88,7 @@
             <xsl:if test="$properties.xml"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
             <xsl:message>#57 set $threadCount to <xsl:value-of select="$threadCount"/>; </xsl:message>
             <target name="{$antfile_prefix}">
-                <parallel  failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4" (number($threadCount) + 2) -->
+                <parallel  failonany="true" threadCount="1"> <!-- {$threadCount} threadCount="4" (number($threadCount) + 2) -->
                     <xsl:variable name="system_cache__appinfo:element_complexType">
                         <xsl:for-each select="*">
                             <xsl:sort select="number(@id.int.rand)"/>

+ 1 - 1
SE/schema/default_db_xml_cache/build_complexType.xsl

@@ -375,7 +375,7 @@
         <xsl:param name="prefix" required="no"/> <!-- parametr prefixu powinny nadpisywac wzajemnie template i zmieniac sie po @type,@base -->
         <xsl:param name="path"/>
         <xsl:param name="recurse"/>
-        <xsl:if test="$debug_level&gt;3"><xsl:message>86:system_cache__appinfo:build_element run for parms: $element:<xsl:value-of select="$complexType"/>; $namespace_uri_param:<xsl:value-of select="$namespace_uri_param"/>; $prefix:<xsl:value-of select="$prefix"/>;</xsl:message></xsl:if>
+        <xsl:if test="$debug_level&gt;3 or 1=1"><xsl:message>86:system_cache__appinfo:build_element run for parms: $complexType:"<xsl:value-of select="$complexType"/>"; $namespace_uri_param:"<xsl:value-of select="$namespace_uri_param"/>"; $prefix:"<xsl:value-of select="$prefix"/>";</xsl:message></xsl:if>
         <xsl:choose>
             <xsl:when test="not($namespace_uri_param) and not($prefix) and not(substring-before($complexType,':'))">
                 <xsl:message terminate="yes">90:system_cache__appinfo:build_element required params are missing: ($targetNamespace or $prefix) ; for <xsl:value-of select="$complexType"/> </xsl:message>