Skip to content
Snippets Groups Projects
Commit 163674d4 authored by david_williams's avatar david_williams
Browse files

add fail statements for better diagnostics

parent 3dde7bf4
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,12 @@
<property environment="env" />
<property
<fail unless="buildDirectory" message="buildDirectory must be provided to publish" />
<fail unless="buildLabel" message="buildLabel must be provided to publish" />
<fail unless="wtp.builder.home" message="wtp.builder.home must be provided to publish" />
<fail unless="build.distribution" message="build.distribution must be provided to publish" />
<property
name="resultDir"
value="${buildDirectory}/${buildLabel}" />
<!--name of generated index page-->
......
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