I just checked in several classes related to a Velocity Service. This
still needs some work so don't jump on it unless you are in a debugging
mood.
And I hope the Velocity masters will help with this. I, for some
reason, cannot even get a simple template to parse.
I added the following method to org.apache.velocity.Configuration:
/**
* Override a property value from the properties file.
* @param key The property name.
* @param value The property value.
*/
public static void setProperty( String key, String value )
{
properties.setProperty( key, value );
}
cvs is saying:
cvs server: cannot find revision control file for Configuration.java
so I can't diff.
John McNally
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
- ON DELETE and ON UPDATE support in newtorque Fedor Karpelevitch
- Re: ON DELETE and ON UPDATE support in new... Jon Stevens
- Re: ON DELETE and ON UPDATE support in new... Leon Messerschmidt
- Re: ON DELETE and ON UPDATE support in... Viktors Rotanovs
- Re: ON DELETE and ON UPDATE suppor... Daniel L. Rall
- Re: Velocity Service John & Kristen McNally
- Re: Velocity Service Jason van Zyl
- RE: ON DELETE and ON UPDATE support in new... Fedor Karpelevitch
- Re: ON DELETE and ON UPDATE support in... Rafal Krzewski
- RE: ON DELETE and ON UPDATE support in new... Fedor Karpelevitch
- Re: ON DELETE and ON UPDATE support in... David Ramsey
- Re: ON DELETE and ON UPDATE suppor... Rafal Krzewski
- Re: ON DELETE and ON UPDATE su... David Ramsey
- Re: ON DELETE and ON UPDATE support in... Leon Messerschmidt
- Re: ON DELETE and ON UPDATE support in new... Fedor Karpelevitch
