tags:

views:

48

answers:

2

Where can I find a p2 repository containing org.eclipse.test?

+1  A: 

I don't think there is a p2 update site for ETF (Eclipse Testing Framework)

ETF itself doesn't recognize test bundles in p2 repo: "JUnit4 and the Eclipse Test Framework: Success!":

ETF was created before p2. So you just dropped your test bundles into the "plugins" folder of the SDK, launched the SDK specifying the ETF application and test bundle / test class, and off you go.

And ETF looks quite old, with plan to move to JUnit4 only recently achieved.
It doesn't seem to benefit from the same p2 compliant packaging than the other Eclipse projects.

VonC
That would be a shame, as I'm trying to move a build to Tycho, and needing a local Eclipse SDK for just that feature is not so nice. Any other pointers would be appreciated.
Robert Munteanu
@Robert: I understand. So far, no other pointers, I ma still looking.
VonC