Forgot to mention, the reason I am asking is that the current set up
makes it more difficult to test in IDE. If you change one of these
src/test/bundles files, you have to switch to command line, run gradle
compilation (because it is a custom gradle task that copies the files
over) before I can run those tests in IDE.
On Wed 15 Aug 2012 12:46:48 PM CDT, Steve Ebersole wrote:
org.hibernate.jpa.test.packaging.PackagingTestCase uses ShrinkWrap
to
facilitate "packaged" JPA tests. It uses metadata from
src/test/bundles, BUT it gets the copies moved over to target/bundles.
I am curious why it uses the target/bundles copy rather than the
src/test/bundles original?
--
steve(a)hibernate.org
http://hibernate.org