I'm trying to generate classes from hbm files, but the hbm2java task dies without any error message. I think I have all the necessary jars in my classpath:
commons-collections-2.1.jar
commons-logging.jar
hibernate-tools.jar
hibernate2.jar
jdom.jar
log4j-1.2.7.jar
middlegen-2.1.jar
middlegen-hibernate-plugin-2.1.jar
mysql-connector-java-3.0.14-production-bin.jar
servlet-api.jar
velocity-1.3.1.jar
velocity-1.4-dev.jar
xdoclet-1.2.jar
xdoclet-hibernate-module-1.2.jar
xdoclet-xdoclet-module-1.2.jar
xjavadoc-1.0.2.jar
Here's the complete ANT output
Code:
Processing 13 files.
Building hibernate objects
C:\java\Middlegen-Hibernate-r5\build.xml:219: Caused by:
C:\java\Middlegen-Hibernate-r5\build.xml:219: Caused by:
C:\java\Middlegen-Hibernate-r5\build.xml:219: Caused by:
Ant build completed with 3 errors at 11:02:38 PM in 2s
"Processing 13 files" tells me it found my HBM files, but it terminates without an error message. I did not edit the build.xml file.
Anyone encountered this before? Thanks in advance:)