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
Please add org.eclipse.equinox.console to Require-Bundle.
Look in logs for the command that execute your test:
Remove commas and adding to the end
Run the command. You should get the same exception java.lang.RuntimeException
Click once again and you shoud see 'osgi>' prompt.
Run
osgi>diag com.project.pcbcalculator.tests
.You should see in more details what is missing in your target.