339166 - "resourceContains" causes out of memory errors
diff --git a/releng.wtpbuilder/scripts/build/checkForFastFail.xml b/releng.wtpbuilder/scripts/build/checkForFastFail.xml
index a08da87..77ce993 100644
--- a/releng.wtpbuilder/scripts/build/checkForFastFail.xml
+++ b/releng.wtpbuilder/scripts/build/checkForFastFail.xml
@@ -16,7 +16,10 @@
<fail message="${reasonFailed}"/>
</target>
- <target name="checkReasonsToFastFail">
+ <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=339166 -->
+ <target
+ name="checkReasonsToFastFail"
+ if="checkForReasonsToFastFail">
<echo message="log file to check for failures: ${env.LOG_DIR}/${projectname}/antBuilderOutput.log"/>