[hibernate-dev] Building snapshots of Hibernate ORM / master
Scott Marlow
smarlow at redhat.com
Mon Jul 6 09:22:51 EDT 2015
> I was hoping I could ignore the osgi module and take what it built to
> experiment with Scott's branch, but while on HHH-9887 he mentions
> being down to two failures, I'm having still dozens of failures so I
> suspect I'll need some advice on the build.
>
> Scott, could you share which exact commit id did you use to test
> Hibernate ORM on your branch "hibernate5_july2", and how I can build
> it like yours ?
To build ORM, I use:
./gradlew clean install generateKarafFeatures publishToMavenLocal
I last built against ORM master commit id
9b5bb9751cdd15eaf1049d2b51f6f4a61b878ed8
Then I built WildFly via:
cd wildfly
/build.sh clean install -DskipTests=true
To recreate the WildFly test failures:
cd wildfly/testsuite/integration/basic
mvn clean install -Dtest=*JPA*
>
> Thanks,
> Sanne
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
More information about the hibernate-dev
mailing list