Hi all, I want to using hibernate built-in tool to generate the ddl from JPA annotation. I know how to achieve this by using ANT task, but noticed that we wrote the hibernate.rb in the buildr's addon folder to do this. Does it mean that I need to write another addon for this as well. The /.gem/ruby/1.8/gems/buildr-1.3.4/addon/buildr/hibernate.rb is using xdoclet to do the generation, does it mean that I need to create this patch for buildr project, and then use from that?
Another issue is that I found that the dao-hibernate/mvn-hibernate.xml was used when I ran the buildr publish, but didn't find anything in the Buildfile to call this file? Any pointer to how we use this file? Thanks Jeff Yu