From c1a06b15eab69e66c6198f25dddf06998cb8ac00 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 11 Dec 2006 00:12:36 +0000 Subject: [PATCH] attempt to loosen complete build failures --- releng.wtpbuilder/scripts/build/runbuild.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releng.wtpbuilder/scripts/build/runbuild.xml b/releng.wtpbuilder/scripts/build/runbuild.xml index ad4b35859..21ebabe03 100644 --- a/releng.wtpbuilder/scripts/build/runbuild.xml +++ b/releng.wtpbuilder/scripts/build/runbuild.xml @@ -26,7 +26,7 @@ here on errors. In some cases, such as JUnit test compiles, or even leaf components, the caller may want to set to false, so that some part of the build is still made available --> - <property name="failEclipseBuildOnError" value="true" /> + <property name="eclipseBuildFailOnError" value="true" /> <target name="runbuild"> @@ -165,7 +165,7 @@ classpath="${pde.builder.path}/startup.jar" fork="true" classname="org.eclipse.core.launcher.Main" - failonerror="${failEclipseBuildOnError}"> + failonerror="${eclipseBuildFailOnError}"> <jvmarg value="-Dosgi.ws=${env.BASEWS}" /> <jvmarg value="-Dosgi.os=${env.BASEOS}" /> <jvmarg value="-Dosgi.arch=${env.BASEARCH}" /> @@ -195,7 +195,7 @@ classpath="${pde.builder.path}/startup.jar" fork="true" classname="org.eclipse.core.launcher.Main" - failonerror="${failEclipseBuildOnError}"> + failonerror="${eclipseBuildFailOnError}"> <jvmarg value="-Dosgi.ws=${env.BASEWS}" /> <jvmarg value="-Dosgi.os=${env.BASEOS}" /> <jvmarg value="-Dosgi.arch=${env.BASEARCH}" /> -- GitLab