the answer is that isValidHost is not set if    len of ${HOST} is not gt
>100.
i suppose ant should set it to false,but it doesn't 


<condition property="isValidHost">
     <length  string="${HOST}" when="gt" length="100" />
 </condition>






Jan.Materne wrote:
> 
> 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]
> 
> 
> 


-----
http://coonay2010expo.blogspot.com/ http:coonay 
-- 
View this message in context: 
http://www.nabble.com/Comparison-length-for-processing-as-a-condition-tp23422758p23440392.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]

Reply via email to