Skip to content

Instantly share code, notes, and snippets.

View brmeyer's full-sized avatar

Brett Meyer brmeyer

View GitHub Profile
@brmeyer
brmeyer / gist:3451049
Created August 24, 2012 14:12 — forked from stliu/gist:3451036
build EAP4
Hibernate Core
ant -lib lib clean jar junitreport -Dhibernate.test.validatefailureexpected=true
JPA-API
ant clean jar javadoc
ANNOTATIONS
ant clean jar junit junitreport -Dhibernate-core.home=../core -Dhibernate-core.jar=../core/build/hibernate3.jar
Entity Manager
when I build entitymanager, all the unit tests failed with the error below“Testsuite: org.hibernate.ejb.test.association.AssociationTestTests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec