Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-05-10 14:58:43 +0000
committerDavid Williams2016-05-10 14:58:43 +0000
commitf3947c8093894ba40b6676b7b4a8e601ac5defdb (patch)
tree50147e5c86ac8e6154c43771346fa1cf77ea250f /eclipse.platform.releng.tychoeclipsebuilder/equinox
parent2276addf33f9926b9443b7f39c69eca13820fdf2 (diff)
downloadeclipse.platform.releng.aggregator-f3947c8093894ba40b6676b7b4a8e601ac5defdb.tar.gz
eclipse.platform.releng.aggregator-f3947c8093894ba40b6676b7b4a8e601ac5defdb.tar.xz
eclipse.platform.releng.aggregator-f3947c8093894ba40b6676b7b4a8e601ac5defdb.zip
[releng] improve debug and error messages
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/equinox')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
index 5853e687f..b36df74bb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
@@ -43,7 +43,7 @@
<target
name="publish"
depends="init">
-
+ <echo message="[DEBUG] Equinox helper.xml publish starting" />
<!-- there are three "buildproperties.* files, each with same variables defined/used
during the build, such as BUILD_ID, etc. One for PHP, one for Ant, and one for BASH scripts.
The one for PHP is most likely to be useful on download site.
@@ -157,13 +157,14 @@
compileLogsDirectoryName="${equinoxPostingDirectory}/${buildDir}/compilelogs/plugins"
testManifestFileName="${eqpublishingContent}/testManifest.xml" />
-
+ <echo message="[DEBUG] Equinox helper.xml publish ending normally" />
</target>
<target
name="updateTestManifests"
depends="init">
+ <echo message="Starting updateTestManifest" />
<antcall target="updateTestManifest">
<param
name="bundle.id"

Back to the top