I have configured an std project setup for tycho projects. build works very well:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] root .................................. SUCCESS [ 0.152 s]
[INFO] bundles ............................... SUCCESS [ 0.008 s]
[INFO] com.project.pcbcalculator ............. SUCCESS [ 3.649 s]
...(Other artifacts like target, features).... SUCCESS [.........]
[INFO] com.project.pcbcalculator.tests ....... FAILURE [ 4.693 s]
except testing. I always get runtime error (13)
!MESSAGE Missing required bundle **com.project.pcbcalculator_1.0.0**
!ENTRY org.eclipse.osgi 4 0 2018-06-05 18:51:19.816
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Bundle **com.project.pcbcalculator.tests** is not
found
Analyzing the console log I came to the conclusion that the test project cannot be started because the budnle to be tested is not loaded.
The question is why, and how can I change. According to the tutorials alls should be fine, and tycho is able to compile the main bundle