I am trying to use the velocity:merge tag as described in :
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04501.html

<project
    default="war"

xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibr
ary">
    <goal name="create-schema">
        <velocity:merge
            name="${basedir}/src/conf/hibernate.properties"
            basedir="${basedir}/src/conf"
            template="hibernate.properties.template"/>
     ...

I get the following exception :
java.lang.ClassNotFoundException:
org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
        at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        ...

Anything special I need to do to use the velocity:merge tag.
I am using RC1.

Thanks,
Fran�ois
___________________________
Fran�ois Beauregard, b.ing.
Vice-pr�sident
Recherche et d�veloppement
Pyxis Technologies
www.pyxis-tech.com

T : (450) 681-9094, poste 102
F : (450) 681-5758
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to