Branch: refs/heads/master
Home:
http://github.com/hibernate/hibernate-core
Commit: 7b24b764f0a81a4694e4e27a4f34bde715c5fab9
http://github.com/hibernate/hibernate-core/commit/7b24b764f0a81a4694e4e27...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2010-11-01 (Mon, 01 Nov 2010)
Changed paths:
M
hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagedEntityManagerTest.java
Log Message:
-----------
HHH-5693 Re-enable failing tests after fixing the gradle build
Commit: 2a7b091da94feb55827baadb8ccf4fe022e82ad6
http://github.com/hibernate/hibernate-core/commit/2a7b091da94feb55827baad...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2010-11-01 (Mon, 01 Nov 2010)
Changed paths:
M hibernate-entitymanager/hibernate-entitymanager.gradle
Log Message:
-----------
HHH-5693 Revert back to a single compile, but without -s option
When using the two compile steps the package-info.class are getting corrupted. For this
reason I am switching back to a single compile, but without the -s option to avoid the
problem on Mac. As a result the meta model classes are generated in target/classes/test.
On the other hand the build script is simpler, because it relies on more defaults.