|
|
@@ -36,9 +36,9 @@ |
|
|
|
|
|
|
|
<p>The if and unless namespaces support the following 3 conditions : |
|
|
|
<ul> |
|
|
|
<li>true</li>true if the value of the property evaluates to true |
|
|
|
<li>blank</li>true if the value of the property is null or empty |
|
|
|
<li>set</li>true if the property is set |
|
|
|
<li>true</li>true if the value of the attribute evaluates to true |
|
|
|
<li>blank</li>true if the value of the attribute is null or empty |
|
|
|
<li>set</li>true if the specified property is set |
|
|
|
</ul></p> |
|
|
|
|
|
|
|
<blockquote> |
|
|
@@ -48,8 +48,8 @@ |
|
|
|
xmlns:unless="ant:unless" |
|
|
|
> |
|
|
|
<exec executable="java"> |
|
|
|
<arg line="-X" if:true="showextendedparams"/> |
|
|
|
<arg line="-version" unless:true="showextendedparams"/> |
|
|
|
<arg line="-X" if:true="${showextendedparams}"/> |
|
|
|
<arg line="-version" unless:true="${showextendedparams}"/> |
|
|
|
</exec> |
|
|
|
<condition property="onmac"> |
|
|
|
<os family="mac"/> |
|
|
|