Skip to content
Snippets Groups Projects
Commit 9dd85949 authored by david_williams's avatar david_williams
Browse files

add emf validation pre-req

parent 5fb610f1
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<exec <exec
dir="${buildDirectory}/${buildLabel}" dir="${buildDirectory}/${buildLabel}"
executable="unzip" executable="unzip"
failonerror="true"> failonerror="false">
<arg <arg
line="-o -qq @zipprefix@-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/> line="-o -qq @zipprefix@-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/>
</exec> </exec>
......
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
name="groupId" name="groupId"
value="emfxsd"/> value="emfxsd"/>
</antcall> </antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
name="groupId" name="groupId"
value="emfvalidation"/> value="emfvalidation"/>
</antcall> </antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
...@@ -57,10 +57,12 @@ ...@@ -57,10 +57,12 @@
name="groupId" name="groupId"
value="eclipseTestFramework"/> value="eclipseTestFramework"/>
</antcall> </antcall>
<!-- <antcall
<antcall target="getAndInstallDropins"> <param name="groupId" target="getAndInstallDropins">
value="dtp"/> </antcall> <param
--> name="groupId"
value="dtp"/>
</antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<exec <exec
dir="${buildDirectory}/${buildLabel}" dir="${buildDirectory}/${buildLabel}"
executable="unzip" executable="unzip"
failonerror="true"> failonerror="false">
<arg <arg
line="-o -qq wtp-incubator-jaxws-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/> line="-o -qq wtp-incubator-jaxws-tests-${buildLabel}.zip -d ${testRoot}${dropinsFolder}"/>
</exec> </exec>
......
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
name="groupId" name="groupId"
value="emfxsd"/> value="emfxsd"/>
</antcall> </antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
name="groupId" name="groupId"
value="emfvalidation"/> value="emfvalidation"/>
</antcall> </antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
...@@ -57,10 +57,12 @@ ...@@ -57,10 +57,12 @@
name="groupId" name="groupId"
value="eclipseTestFramework"/> value="eclipseTestFramework"/>
</antcall> </antcall>
<!-- <antcall
<antcall target="getAndInstallDropins"> <param name="groupId" target="getAndInstallDropins">
value="dtp"/> </antcall> <param
--> name="groupId"
value="dtp"/>
</antcall>
<antcall <antcall
target="getAndInstallDropins"> target="getAndInstallDropins">
<param <param
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment