peterm wrote:
I want to generate Hibernate mapping files from mapping information that is contained programmatically in a self written persistence layer.
ok
Quote:
So it's a very special task that can't be done with the common features of Hibernate Tools. The reference
has a section where you are encouraged to write your own custom exporter.
sure - but adding a custom ant section per exporter was not actually the intention (only in rare cases)
Quote:
I'd like to inherit from ExporterTask as I think that I can use a lot of it's functionality.
I'm still missing why <hbmtemplate> is not enough for you.
In any case the exporterTask should be fixed so please open it in jira. thanks.