--- Konstantin Priblouda <[EMAIL PROTECTED]> wrote:

> 
> 
> --- Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
> 
> > I am trying to get mergeDir to work but to no
> > avail...
> > 
> > My build target looks like this..:
> > 
> > <target name="generate-hibernate">
> >         <taskdef name="hibernatedoclet"
> >            
> >
>
classname="xdoclet.modules.hibernate.HibernateDocletTask"
> >             classpathref="xdoclet.lib.path" />
> > 
> >         <hibernatedoclet destDir="${hbm.dir}"
> >             mergeDir="${merge.dir}"
> >             force="true"
> >             verbose="true">
> >             <fileset dir="${src.dir}">
> >                 <include name="**/*/*.java" />
> >             </fileset>
> >             <hibernate version="3.0"/>
> >         </hibernatedoclet>
> > </target>
> > 
> > 
> > And in my merge.dir I have a file called
> > hibernate-generator-params-Message.xml which
> > contains:
> > 
> > <param name="sequence">messageid_seq</param>
> > 
> > 
> > And I also have a class called Message that
> > generates a Message.hbm.xml mapping file, but the
> > sequence part
> > in the mapping file is empty, no merging is done..
> > 
> > 
> > What am I missing?
> 
> Wrap your xml in root element ( whatever you like,
> it is discarded ) 

Sorry, I mixed up the lists - this was meant
for xdoclet-2 hibernate plugin... 

regards

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to