Tagged Questions

0
votes
1answer
139 views

Issue with maven ant plugin for generating hbm files in hibernate using Xdoclet

I am trying to generate hbm files using ant task with maven, however it's running into issues related to classpath. (I am doing this to migrate the project from ant to maven and do not want to change ...