On 10/17/07, Knuplesch, Jürgen <[EMAIL PROTECTED]> wrote:
> Hello
>
> Is it possible to use two or more propertys with the unless attribut?
>
No.
You need to combine them using the condition taskdef.
<condition property="nope">
    <or>
        <isset property="dope.nodsf"/>
        <isset property="nodsf.copynbnd"/>
     </or>
</condition>

<target name="dsf.copynbdb" unless="nope">
</target>

Peter

> The following doesnt seem to work:
>   <target name="dsf.copynbdb" unless="dope.nodsf,dope.nodsf.copynbdb">
>
> It looks like that the >,< is interpreted as part of the property.
>
> I cant find the answer to this question in the Ant-Doku.
>
> Greetings
>
> --
> Jürgen Knuplesch                    www.icongmbh.de
> icon Systemhaus GmbH                Tel. +49 711 806098-275
> Sophienstraße 40
> D-70178 Stuttgart                   Fax. +49 711 806098-299
>
> Geschäftsführer: Uwe Seltmann
> HRB Stuttgart 17655
> USt-IdNr.: DE 811944121
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to