[
https://issues.apache.org/jira/browse/VELOCITY-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergiu Dumitriu updated VELOCITY-588:
-
Attachment: ChainableUberspectorsXWiki.patch
This is the first version of the implement
Charlei,
csanders wrote:
Attached is the patch, adding three new functions,
expandEnvironmentalVariables( ExtendedProperties ),
expandEnvironmentalVariables(Vector ),
Any reason not to accept any Collection rather than limiting this to
just a Vector? Forgive me if there are API implications
Attached is the patch, adding three new functions,
expandEnvironmentalVariables( ExtendedProperties ),
expandEnvironmentalVariables(Vector ), expandEnvironmentalVariables(String).
The expansion should really take place in ExtendedProperties, but this
might work in the interim .
Is their some
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project velocity-texen-test has an issue affecting its community integration.
This issue
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project velocity-engine-test has an issue affecting its community integration.
This issue
[
https://issues.apache.org/jira/browse/VELOCITY-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594595#action_12594595
]
Eric Ballet Baz commented on VELOCITY-579:
--
Yes it worked in Velocity 1.4 and st
Attached is a patch for RuntimeInstance.java that adds two methods,
private String replaceEnviornmentalVariable(String string) , private
void replaceEnviormentalVariables(ExtendedProperties properties) ... and
changes initializeProperties and setProperty() to replace them as they
come in.
Can