Hi...

I'd like to declare some conditional properties in my profiles.xml,
I'd like to set the value of a property depending of the value of another.
Something that I can do in ant, like this:

    <condition property="var1" value="true">
        <contains string="${var2_STR}" substring="http" />
    </condition>

    <condition property="var3" value="*.*">
        <equals arg1="true" arg2="${var1}" />
    </condition>

Any ideas, or things behind the scenes that I could do will be welcome...




THX !!!





 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

Reply via email to