Guys,
I would really like to contribute MetaDataDialect for DB2 and Postgres for the reverse engineering process to ensure that the primary key strategy supports IDENTITY in DB2 and serial type in Postgres. I have already written a class for DB2 to do this, but I cannot find the correct source code for hibernate-tools.
The only source code I can find is this -
http://anonsvn.jboss.org/repos/hibernat ... _3_2_4_GA/Which I guess is out of date? Where is trunk and how can I build an artifact? The build process for the code I found above is Ant and it seems to be missing a number of dependencies which I cant locate either!
For an Open Source project, it seems particularly hard to find the source code and instructions for building it!
I would be adding the classes -
org.hibernate.cfg.reveng.dialect.DB2MetaDataDialect
org.hibernate.cfg.reveng.dialect.PostgresMetaDataDialect
These would be similar in function to the existing org.hibernate.cfg.dialect.MySQLMetaDataDialect.
Thanks Adam.