Hi,
I writing a plugin for Maven 1.0.2 and I'm trying to do:
<j:set var="bundlePropertyName" value="diststandalone" />
<j:if
test="${dep.getProperty('test.bundle.${bundlePropertyName}')=='true'}">
However, either though syntactical ok, this doesn't work in theory. When I
do:
<j:if
test="${dep.getProperty('test.bundle.diststandalone')=='true'}">
it works in theory.
Anybody know how to get it to work so I can load a "dynamic" property?
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]