cleanup and prep for p2
diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml
index 0c53616..f5f44ce 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml
@@ -12,9 +12,9 @@
message="testRoot must be set for this task"
unless="testRoot" />
- <!-- ===================================================================== -->
- <!-- Steps to do after the build is done. -->
- <!-- ===================================================================== -->
+ <!--
+ Steps to do after the build is done.
+ -->
<target
name="test">
<dirname
@@ -26,9 +26,9 @@
dir="${currentDirectory}" />
</target>
- <!-- ===================================================================== -->
- <!-- Steps to do to test the build results -->
- <!-- ===================================================================== -->
+ <!--
+ Steps to do to test the build results
+ -->
<target
name="runTest">
<dirname
@@ -62,7 +62,7 @@
todir="${testRoot}"
overwrite="true">
<fileset
- dir="${test.component.dir}/testScripts"></fileset>
+ dir="${test.component.dir}/testScripts" />
</copy>
<echo
message="BASEOS: ${env.BASEOS} BASEWS: ${env.BASEWS} BASEARCH: ${env.BASEARCH} " />
@@ -95,7 +95,7 @@
name="unzipTests">
<!--unzip the builds and junit tests
- we use 'unzip' here, so we can continue on error
+ we use 'unzip' here, so we can continue on error, if desired.
(such as if zip was not created, due to other failures or options).
-->
<exec
@@ -194,6 +194,8 @@
Remember: using -debug for org.eclipse.ant.core.antRunner
produces ant debug info to be output ... which is a TON of stuff
-->
+ <echo
+ message="eclipse.launcher: ${eclipse.launcher}" />
<java
taskname="unit-test-masterprocess"
fork="true"