Closed rslemos closed 3 years ago
This was actually fixed in this PR last year: https://github.com/OpenLiberty/liberty-arquillian/pull/70
We just have not released version 1.0.7 yet with the fix. I will work on that and post here when it is available.
Release 1.0.7 is available with the fix for this issue: https://github.com/OpenLiberty/liberty-arquillian/releases/tag/arquillian-parent-liberty-1.0.7
When concatenating path components, care should be taken to introduce path separators ("/") when needed.
In: https://github.com/OpenLiberty/liberty-arquillian/blob/f25954c0475a7760a51960f1ad5387e1ec5833a7/liberty-managed/src/main/java/io/openliberty/arquillian/managed/WLPManagedContainer.java#L1430
it should be noted that
getWlpUsrDir()
must return a directory with/
appended to it.Otherwise it may error out with: