[jira] Updated: (VELOCITY-588) Provide a an ubespector that allows chaining other uberspectors

2008-05-06 Thread Sergiu Dumitriu (JIRA)
[ 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

Re: Expanding Environmental variables patch

2008-05-06 Thread Christopher Schultz
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

Expanding Environmental variables patch

2008-05-06 Thread csanders
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

[EMAIL PROTECTED]: Project velocity-texen-test (in module velocity-texen) failed

2008-05-06 Thread Velocity Gump
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

[EMAIL PROTECTED]: Project velocity-engine-test (in module velocity-engine) failed

2008-05-06 Thread Velocity Gump
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

[jira] Commented: (VELOCITY-579) Can not access a member of class X with modifiers "public" even if method is public

2008-05-06 Thread Eric Ballet Baz (JIRA)
[ 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

Expanding enviornmental variables in properties files

2008-05-06 Thread csanders
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