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-condition-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]