is there any way to get it to generate the mapping file with a fixed name
(i.e. "hibernate-mapping.xml") in the top level of the output directory?
i currently have 1 class that i'm using as a test ("User") with the
hibernate task and the mapping file that is being generated is:
User_Hibernate.hbm.xml
which looks like it's based on the class name.
also, that mapping file is being generated in a directory that matches the
class's package hierarchy. so if the fully-qualified package name of
"User" is "foo.bar.User", then the User_Hibernate.hbm.xml mapping file is
being generated in:
${output.dir}/
foo/
bar/
User_Hibernate.hbm.xml
nice work on the task!
merry Christmas!
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
- Re: [Xdoclet-devel] hibernate task tek1
- Re: [Xdoclet-devel] hibernate task David Jencks
