Hi, 

I'm looking for a way to substitute the packaged jelly
template in a plugin jar with my own version, without
having to rebuild the jar file itself. I need to do
this for hibernate plugin so that I can generate id
column names in the following format: <table_name>_id

When I'm using version 1.0, I can just put a
Class.jelly on the front of the build classpath in Ant
(something like <path><pathelement location="my
Class.jelly"/><fileset>xdoclet2's
jars</fileset></path>), and the plugin would pick that
up and use it instead of the one inside the jar. But
with 1.0.2, this doesn't seem to work anymore. Is
there a standard way to do what I intended to do?

Thanks


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Reply via email to