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?
Regards,
BTJ
--
-----------------------------------------------------------------------------------------------
Bjørn T Johansen
[EMAIL PROTECTED]
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic
messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
-----------------------------------------------------------------------------------------------
-------------------------------------------------------
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&kid3432&bid#0486&dat1642
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user