https://issues.apache.org/bugzilla/show_bug.cgi?id=47035
Juhos Csaba-Zsolt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Juhos Csaba-Zsolt <[email protected]> 2009-04-16 20:56:20 PST --- Hi, It's a typo. In my real code I have used the attribute correctly. What happens is that "@{java-initial-memory}" gets expanded to "${java.initial.memory}", which doesn't get expanded by the "opt" element, because it doesn't expand properties in its text. What I'm asking for is an option for the expansion of "${java.initial.memory}" when calling the macro, like this: <property name="java.initial.memory" value="128"/> <create-exe java-initial-memory="${java.initial.memory}"/> ... @{java-initial-memory} should expand to "-Xms128m" Cheers, Csabi -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
