> I am using Ant 1.6.5 - can multiple properties be specified in the "if"
> or "unless" attributes of a given target?
No.
> If this is not possible, what is the best practice for executing a
> target if multiple conditions are met? I could do the following, but I
> end up creating all kinds of e
The approach you show below is "approved."
-Matt
--- "Rosenbaum, Thomas"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using Ant 1.6.5 - can multiple properties be
> specified in the "if"
> or "unless" attributes of a given target?
>
>
>
>
>
>
>...
>
Hello,
I am using Ant 1.6.5 - can multiple properties be specified in the "if"
or "unless" attributes of a given target?
...
...
If so, is the relationship an "or" or an "and"?
If this is not possible, what is the best practice for