|
|
@@ -74,16 +74,17 @@
|
|
|
#
|
|
|
#
|
|
|
</echo>
|
|
|
- <parallel threadCount="4" failonany="true"> <!-- threadCount="4" -->
|
|
|
+ <parallel failonany="true"> <!-- threadCount="4" -->
|
|
|
<xsl:for-each select="tokenize(.,';')">
|
|
|
<java>
|
|
|
<xsl:attribute name="classname" select="'org.apache.tools.ant.Main'"/>
|
|
|
<!--<xsl:attribute name="dir" select="'${basedir}'"/>-->
|
|
|
- <xsl:attribute name="dir" select="'${basedir}'"/>
|
|
|
- <xsl:attribute name="fork" select="'false'"/>
|
|
|
- <xsl:attribute name="clonevm" select="'true'"/>
|
|
|
+ <!--<xsl:attribute name="dir" select="'${basedir}'"/>-->
|
|
|
+ <!--<xsl:attribute name="fork" select="'false'"/>-->
|
|
|
+ <xsl:attribute name="clonevm" select="'false'"/>
|
|
|
<xsl:attribute name="failonerror" select="'true'"/>
|
|
|
- <xsl:attribute name="resultproperty" select="concat(.,'_resprop')"/>
|
|
|
+ <xsl:attribute name="append" select="'true'"/>
|
|
|
+ <!--<xsl:attribute name="resultproperty" select="concat(.,'_resprop')"/>-->
|
|
|
<!--<xsl:attribute name="output" select="concat(.,'_out.log')"/>-->
|
|
|
<arg value="-buildfile"/>
|
|
|
<arg value="{$temp}/{.}"/>
|