Where do you set ${HOST}?
Have you checked its value?

Jan 

>-----Ursprüngliche Nachricht-----
>Von: coonay [mailto:[email protected]] 
>Gesendet: Donnerstag, 7. Mai 2009 10:59
>An: [email protected]
>Betreff: Comparison length for processing as a condition
>
>
>i want to test if a string is longer than a number,in the 
>build.xml file:
>
>  <condition property="isValidHost">
>     <length  string="${HOST}" when="gt" length="100" />
>  </condition>
>
>
>  isValidHost is always not set when the ant runing,what's the 
>problem ?
>
>  is there any other way i can get it done?thanks so much
>-- 
>View this message in context: 
>http://www.nabble.com/Comparison-length-for-processing-as-a-con
>dition-tp23422758p23422758.html
>Sent from the Ant - Users mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>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