|
|
@@ -68,14 +68,14 @@ the build run until return key is pressed.</p> |
|
|
|
validargs="y,n" |
|
|
|
addproperty="do.delete" |
|
|
|
/> |
|
|
|
<condition propert="do.abort"> |
|
|
|
<condition property="do.abort"> |
|
|
|
<equals arg1="n" arg2="${do.delete}" /> |
|
|
|
</condition> |
|
|
|
<fail if="do.abort">Build abborted by user.</fail> |
|
|
|
<fail if="do.abort">Build aborted by user.</fail> |
|
|
|
</pre> |
|
|
|
<p>Will display the message "All data is going to be deleted from DB continue |
|
|
|
(y/n)?" and require 'y+retrun key' to continue build or 'n+return key' |
|
|
|
to exit build with following message "Build abborted by user.".</p> |
|
|
|
to exit build with following message "Build aborted by user.".</p> |
|
|
|
<pre> <input |
|
|
|
message="Please enter db-username:" |
|
|
|
addproperty="db.user" |
|
|
|