Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/560
at the moment the contents look healthy in
https://builds.apache.org/job/brooklyn-server-pull-requests/ws/launcher/target/test-classes/orphaned-locations-test-data/data-with-orphaned-locations/locations/
... i guess either there is something wrong with the path (need to confirm
`%402` but assuming `%40` is octal for a space that seems reasonable) or
something else is clobbering the files on disk (but I'd expect a parallel build
in the same space to wipe out the `target/` directory and thus be very
damaging).
probably good practise to read the files from the classpath and save them
somewhere else, rather than assuming an unpacked directory. that would fix the
problem. but i'd like to to understand it in case it's causes other issues.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---