Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Depending on a repository

sounds like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386988

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Krzysztof Daniel
Sent: Freitag, 13. September 2013 16:28
To: tycho-user
Subject: [tycho-user] Depending on a repository

Hello Tycho masters,

here is my use case:
I'm trying to get P2 tests invoked during tycho build, which includes
kind of integration testing being part of junit tests - I need a
standalone application assembled from bundles just-being-built, all this
being available *before* real tests start running.

I've tried so far:
* creating a new module with product definition - does not work, because
the product is assembled at the end, after the tests.
* creating a new module and adding a dependency to this module from
tests that require it - maven/tycho can't find the artifact
* adding a product file to the tests - the product is not created due to
the missing local-artifacts.

How can I get the product built, and then used in tests in one run?

-- 
Krzysztof Daniel <kdaniel@xxxxxxxxxx>
Red Hat

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top