Replies: 2 comments 2 replies
-
We do run our tests in a docker container and have a toolchain.xml file in that conatiner that points to the bundled JustJ like this:
But of course that does not work when running test directly or locally. |
Beta Was this translation helpful? Give feedback.
-
I don't think this is supported, |
Beta Was this translation helpful? Give feedback.
-
We bundle a specific JustJ version with our product and want to run the tests against that particular JustJ.
The target-platform-configuration allows to specify that the execution environment is available from the TP:
For the surefire tests, we use
<useJDK>BREE</useJDK>
but that fails to match against the JRE from the TP. Is there a solution to that problem?Beta Was this translation helpful? Give feedback.
All reactions