Hi,
I have .hbm.xml files that are generated by xdoclet tags and deployed to a “build” directory (not in my source folder).
Since I’m using JSF 1.2 I’m not deploying jars in the build path but using user libraries.
my question is, what is the best way to deploy files like ./build/com/myco/app/model.hbm.xml to my embedded tomcat6 WEB-INF/class directory?
Alternatively, does MyEclipse have a way to generate hbm files from my Java classes?
thanks,
Mark