Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hello,
I'm using JavaScript for running various CCS commands, in V7.3 But I'm having timeouts when trying to perform them on a GIT source revision-backed project. A specific example is when trying to script the cleanProject() command. It does the clean project, but the script command does not return correctly, and times out:
js:> cleanProject("> project_name")
Wait condition time out. (C:\ti\ccsv7\eclipse\configuration\org.eclipse.osgi\401\0\.cp\resources\javascript\project.js#33)
Referencing this thread, putting the ">" before a project name in GIT resolved a similar problem (and did for me with an earlier project).
But this time around, the command never returns without a time out.
Prior to putting my project in GIT, this command, and others, did not time out.
Also, that timeout period seems to be long, regardless what I try to set as the timeout period. Can you tell me what is wrong with this attempt to shorten the timeout period? No matter what value I used, the script timeout is still the same (long).
js:> script = ScriptingEnvironment.instance()
js:> script.setScriptTimeout( 3000 )
(timeout is much longer than the 3 seconds indicated).
Please advise,
Robert
