|
|
@@ -45,7 +45,7 @@
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
|
|
|
<xsl:if test="$properties.xml"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
|
|
|
<target name="{$antfile_prefix}">
|
|
|
- <parallel failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4" -->
|
|
|
+ <parallel failonany="true" threadCount="1" > <!-- {$threadCount} threadCount="4" -->
|
|
|
<xsl:variable name="system_cache__appinfo:element_complexType">
|
|
|
<xsl:for-each select="*">
|
|
|
<xsl:sort select="number(@id.int.rand)"/>
|
|
|
@@ -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="1"> <!-- {$threadCount} threadCount="4" (number($threadCount) + 2) -->
|
|
|
+ <parallel failonany="true" threadCount="{$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)"/>
|