On Wed, Mar 3, 2010 at 1:50 PM, Rick McGuire <[email protected]> wrote: ... > Is it possible to that without reorganizing the project into submodules? > This seems like a reasonable thing to do. There are numerous reasons why > reorganizing is not desirable just to test a small addition to this project. I don't think that's possible, but to me adding a parent and a test project as sibling has never beena big issue. This need not having any consequence on the rest of the project structure and the dependendent projects
Reto > > Rick > >> reto >> >> On Wed, Mar 3, 2010 at 1:12 PM, Rick McGuire<[email protected]> wrote: >> >>> >>> I'm trying to use PAX exam to write some unit tests for a bundle, but I'm >>> having problems with provisioning the framework with the bundle that was >>> just built. I tried using a mavenBundle(), but while the jar file is >>> getting built before the unit tests run, it does not get installed in the >>> local maven repository until after the tests run successfully. This >>> means >>> that once there is a test failure, it will always be picking up an old >>> copy >>> of the bundle rather than the one that is currently being built. How can >>> I >>> provision the local copy of this bundle that's sitting in the target >>> build >>> directory? >>> >>> Rick >>> >>> _______________________________________________ >>> general mailing list >>> [email protected] >>> http://lists.ops4j.org/mailman/listinfo/general >>> >>> >> >> > > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
