Have the tests in a separate submodule, see
http://svn.apache.org/repos/asf/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.dashboard/
for an example.

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

Reply via email to