How to fix the issue where Build Forge adaptor can not find "jbe"
The build forge adaptor fails at locating the file named 'jbe'.
Build forge adaptor is trying to call jbe executable which does not exist in zLinux version of Build System Toolkit. Error seen as following:
-bash: line 4: /opt/jazz/buildsystem/buildengine/eclipse/jbe: No such file or directory
CLM 5.0.2
Build Forge 8.0.0.1
Build forge adaptor is trying to call jbe executable which does not exist in zLinux version of Build System Toolkit. Error seen as following:
-bash: line 4: /opt/jazz/buildsystem/buildengine/eclipse/jbe: No such file or directory
CLM 5.0.2
Build Forge 8.0.0.1
One answer
This is because zLinux version of Build System Toolkit does not come with the jbe executable. Therefore to work around the problem we can create a symbolic link from jbe.sh to jbe on the build machine.
For example, from within the directory <install path>/buildsystem/buildengine/eclipse/
ln -s jbe jbe.sh
For example, from within the directory <install path>/buildsystem/buildengine/eclipse/
ln -s jbe jbe.sh