You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet
Sometimes codeBeamer calls external executables, for example:
  • the Math plugin's rendering
  • or when converting EMF and WMF files during Word import using OfficeEdit
  • or when performing git and other SCM operations

These executables ("git.exe" for example) needs to be found by codeBeamer. The path (directories) where these executables are located can be configured in a the $CB_HOME/tomcat/webapps/cb/config/path.txt file. Edit this file and add the path(s) (directories) to this file. Use the path separator character of your OS ( for linux use :" and Windows use ";" character) like this:

C:\CB\libexec;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin;C:\Program Files (x86)\gs\gs9.05\bin;C:\Program Files (x86)\ImageMagick-6.7.6-Q16\
Important: add the directory where the executables are!

After this is change, restart the codeBeamer service so that the settings can be activated. You are now all set: the Math plugin is ready to be used.