I'm having trouble trying to figure out how to make sure a property is not
empty.

So I have a properties file like so
myprop=something.

And if the myprop is not empty (myprop=) then execute something. Does that
make sense? here's some kind of pseudocode.

<if myprop != ''>
  <exec whatever>
</if>

Just some pseudo code, but get's the point across..

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/ANT---AntXtras-quick-question.-tf4470947.html#a12747996
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