I'm trying to get started using the ccs6 scripting console, but every command I type just times-out after about 30 seconds:
Initializing .. (Completed)
js:> buildProject "coyote"
Wait condition time out. (C:\ti\ccsv6\eclipse\configuration\org.eclipse.osgi\604\0\.cp\resources\javascript\project.js#17)
js:> buildProject "coyote"
Wait condition time out. (C:\ti\ccsv6\eclipse\configuration\org.eclipse.osgi\604\0\.cp\resources\javascript\project.js#17)
js:> setActiveBuildConfig "Main_Flash"
Wait condition time out. (C:\ti\ccsv6\eclipse\configuration\org.eclipse.osgi\604\0\.cp\resources\javascript\project.js#44)
js:>
I looked at the offending lines in the script files and they are just trying to invoke a function from the 'projectView', e.g.,
#16 projectView = activeWB.openView("org.eclipse.ui.navigator.ProjectExplorer");
#17 return projectView.buildProject(project);
I'm using ccs version 6.1.0.00104 on Windows 7:
Any idea what could be wrong?

