[hibernate-dev] org.hibernate.jpa.test.packaging.PackagingTestCase
Steve Ebersole
steve at hibernate.org
Wed Aug 15 13:50:33 EDT 2012
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 at hibernate.org
http://hibernate.org
More information about the hibernate-dev
mailing list