Other Parts Discussed in Thread: CCSTUDIO
from http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create I am trying to automate CCS builds
since everything must be retrieved from source control, my first task is to create a new workspace and import my projects. I extracted everything from source control and am trying to get CCS to import the projects using com.ti.ccstudio.apps.projectImport . but all I get is "!ERROR: No valid Eclipse projects can be found at location "E:\Builds\PyrocamIV\UnitTests\Sources\workspace"!" when I run CCS, switch to the extracted project workspace, and import projects, I see all of my projects.
here is the command line:
jre\bin\java -jar startup.jar -data "E:\Builds\PyrocamIV\UnitTests\Sources\workspace" -application com.ti.ccstudio.apps.projectImport -ccs.location "E:\Builds\PyrocamIV\UnitTests\Sources\workspace"
why is com.ti.ccstudio.apps.projectImport not working?
(and are the options right? the options for Import a CCSv4 Project seem like a repeat of the options from the Build a Project section (with some white space so they are more readable...))