Hi,
I am trying to build a CCS project from Jenkins.
Here is the script I use:
echo -- Start Buiding --
/opt/ti/ccsv5/eclipse/eclipse -noSplash -data "/home/slroot/sl/trunk/workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.configuration Release -ccs.projects slif_dsp
echo -- End Building --
If I run the script from a Console, it builds fine, but if run from Jenkins, it gets the following error:
org.eclipse.core.runtime.CoreException: Plug-in com.ti.ccstudio.project.core was unable to load class com.ti.ccstudio.project.core.internal.variables.CCSPathVariableResolver__INSTALL_ROOT.
I attached the entire log. Jenkins' user is set to the same user as the one I build from Console.
CCS 5.1.0.09000
Ubuntu 10.04.04
Jenkins 1.477
Can anybody tell what is wrong?
Thanks!