Hi,
I have a situation where I don't know whether or not a variable is set at runtime.
As we all know, if a var is not set, its literal value is passed.
Example:
<someTask var1="${var1}" var2="${var2}"/>
I don't know beforehand if ${var2} is set at runtime or not, so sometimes the literal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.