Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] The classical product not found issue

I have this classic “Product xxxx could not be found.” I have swtbot tests in a fragment and the host is not directly dependent on the plugin (say P1) that has the product extension. I have P1 in my workspace and all works well when I run as swtbot tests but Tycho is not able to find the product.
 
I added the feature as a dependency in my pom. This feature contains other features and I always get dependency issues? Does Tycho resolve the nested dependencies or should I explicitly add them in my pom? Is there a way to tell Tycho to consider all the plugins in my workspace as part of test runtime?
 
Thanks.
 
 

Back to the top