From 9dd8594965548b4995a1029551eedd6b251c5b0c Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 30 Sep 2009 07:13:56 +0000 Subject: [PATCH] add emf validation pre-req --- .../distribution/template.tests/build.xml | 2 +- .../template.tests/testdependency.xml | 22 ++++++++++--------- .../distribution/jaxws.tests/build.xml | 2 +- .../jaxws.tests/testdependency.xml | 22 ++++++++++--------- 4 files changed, 26 insertions(+), 22 deletions(-) diff --git a/releng.wtpbuilder/buildtemplates/distribution/template.tests/build.xml b/releng.wtpbuilder/buildtemplates/distribution/template.tests/build.xml index bf4b8f607..0f0accbed 100644 --- a/releng.wtpbuilder/buildtemplates/distribution/template.tests/build.xml +++ b/releng.wtpbuilder/buildtemplates/distribution/template.tests/build.xml @@ -124,7 +124,7 @@ <exec dir="${buildDirectory}/${buildLabel}" executable="unzip" - failonerror="true"> + failonerror="false"> <arg line="-o -qq @zipprefix@-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/> </exec> diff --git a/releng.wtpbuilder/buildtemplates/distribution/template.tests/testdependency.xml b/releng.wtpbuilder/buildtemplates/distribution/template.tests/testdependency.xml index 7fbd57f38..3734f53d8 100644 --- a/releng.wtpbuilder/buildtemplates/distribution/template.tests/testdependency.xml +++ b/releng.wtpbuilder/buildtemplates/distribution/template.tests/testdependency.xml @@ -33,12 +33,12 @@ name="groupId" value="emfxsd"/> </antcall> - <antcall - target="getAndInstallDropins"> - <param - name="groupId" - value="emfvalidation"/> - </antcall> + <antcall + target="getAndInstallDropins"> + <param + name="groupId" + value="emfvalidation"/> + </antcall> <antcall target="getAndInstallDropins"> <param @@ -57,10 +57,12 @@ name="groupId" value="eclipseTestFramework"/> </antcall> - <!-- - <antcall target="getAndInstallDropins"> <param name="groupId" - value="dtp"/> </antcall> - --> + <antcall + target="getAndInstallDropins"> + <param + name="groupId" + value="dtp"/> + </antcall> <antcall target="getAndInstallDropins"> <param diff --git a/releng.wtpbuilder/distribution/jaxws.tests/build.xml b/releng.wtpbuilder/distribution/jaxws.tests/build.xml index 6761c2fa4..ac14b2fe2 100644 --- a/releng.wtpbuilder/distribution/jaxws.tests/build.xml +++ b/releng.wtpbuilder/distribution/jaxws.tests/build.xml @@ -124,7 +124,7 @@ <exec dir="${buildDirectory}/${buildLabel}" executable="unzip" - failonerror="true"> + failonerror="false"> <arg line="-o -qq wtp-incubator-jaxws-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/> </exec> diff --git a/releng.wtpbuilder/distribution/jaxws.tests/testdependency.xml b/releng.wtpbuilder/distribution/jaxws.tests/testdependency.xml index 68c537aa1..f1ace238f 100644 --- a/releng.wtpbuilder/distribution/jaxws.tests/testdependency.xml +++ b/releng.wtpbuilder/distribution/jaxws.tests/testdependency.xml @@ -33,12 +33,12 @@ name="groupId" value="emfxsd"/> </antcall> - <antcall - target="getAndInstallDropins"> - <param - name="groupId" - value="emfvalidation"/> - </antcall> + <antcall + target="getAndInstallDropins"> + <param + name="groupId" + value="emfvalidation"/> + </antcall> <antcall target="getAndInstallDropins"> <param @@ -57,10 +57,12 @@ name="groupId" value="eclipseTestFramework"/> </antcall> - <!-- - <antcall target="getAndInstallDropins"> <param name="groupId" - value="dtp"/> </antcall> - --> + <antcall + target="getAndInstallDropins"> + <param + name="groupId" + value="dtp"/> + </antcall> <antcall target="getAndInstallDropins"> <param -- GitLab