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]

Reply via email to