[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [tycho-user] SWTBot Fragments
|
No support for a test with fragments?
regards
Dark Phoenix
On
13-03-10 3:57 PM, Reiner Faeth wrote:
Hello,
I want to test an RCPApplication with Maven/Tycho and SWTBot with Manifest-First.
When I use the configuration
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho I have a problem.
I have some Plugin-Fragments which the Product-File depends on. When I
run the Tests in Eclipse I can use these Fragments with the dependencies
in the run-configurations but when I use Tycho the dependencies come
from the manifest file.
I don't know any way to tell a manifest to use fragments, so i tried to
use he dependancies notation in the pom. But in some way these
dependencies will be ignored.
So my problem is how to get these fragment dependencies run in the swtbot aplication.
Is it possible to run the product-file instead of the
product-extension-point and application or is it possible to get the
fragments in the dependencies.
many thanks in advance
DarkPhoenix