Facing below error while bootstrapping the instance:
BUILD FAILED
C:\Views\platform_test_suite_Neo3.7\install-staging\build-macros.xml:43: C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64\plugins does not exist.
Total time: 50 minutes 37 seconds
-------------------------
FAILED
-------------------------
Root cause:
eclipse-SDK-4.22 folder was not unzipped properly at following location: C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64.
Note: Still wondering why this unzip operation was unsuccessful. Are there any specific scenarios where unzip operation might get failed?
Workaround:
Manually extracted eclipse-SDK-4.22 folder to the expected location. i.e. C:\Views\third-party\deps\cache\com.onenetwork\eclipse\4.22\eclipse-SDK-4.22-win64
And then re-initiated the bootstrapping.
After performing above steps, bootstrapping of the project is done successfully.
@snimbalkar I can imagine this could happen if you abort a build and you happen to abort in the middle of the unzip. It would have an incomplete unzip and it won't retry on a subsequent build.