|
|
@@ -89,7 +89,7 @@
|
|
|
<xsl:attribute name="failonerror" select="'true'"/>
|
|
|
<!--<xsl:attribute name="append" select="'false'"/>-->
|
|
|
<!--<xsl:attribute name="resultproperty" select="concat(.,'_resprop')"/>-->
|
|
|
- <!--<xsl:attribute name="output" select="concat(.,'_out.log')"/>-->
|
|
|
+ <!--<xsl:attribute name="output" select="concat($temp,'/',.,'_out.log')"/>-->
|
|
|
<arg value="-buildfile"/>
|
|
|
<arg value="{$temp}/{.}"/>
|
|
|
</java>
|
|
|
@@ -147,7 +147,7 @@
|
|
|
<xsl:message> $xpath_query_test NOT OK - bypassed by xpath_query filter </xsl:message>
|
|
|
<echo> $xpath_query_test NOT OK - bypassed by xpath_query filter </echo>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test="1=2"> <!-- error brak klasy Error: Could not find or load main class org.apache.tools.ant.Main -->
|
|
|
+ <xsl:when test="1=1"> <!-- error brak klasy Error: Could not find or load main class org.apache.tools.ant.Main -->
|
|
|
<echo>
|
|
|
#
|
|
|
#
|