Quote:
1. I think it would be better if the XDoclet would warn me if it can't find the base classes of persistent classes.
2. It was working with XDoclet 1
Please post it to xdoclet-plugins JIRA tracker. jira.codehaus.org/browse/XDP
Quote:
BTW. how do I tell XDoclet to create all files in a flat structrue (single folder) rather than in packages structrue?
You can't. Why do you need it??
If you want to simplify your hibernate.cfg.xml then you can use
Code:
org.xdoclet.plugin.hibernate.HibernateConfigPlugin
plugin which helps you generate config file.