Joined: Sun Jun 11, 2006 2:03 am Posts: 1 Location: CA
|
I'm currently using the latest version of Hibernate Tools (hbm2java task within Ant build script).
I have some libraries written by someone else. Those libraries have some hbm.xml files.
When I write my codes, I have dependencies on those hbm.xml files within the jar files.
How can I include those hbm.xml files within the jars into my build scripts so hbm2java can find those dependencies? I don't want to unpack the jar files to extract the hbm.xml files because hbm2java will generate the java files again.
Thanks.
|
|