Tool/software: Code Composer Studio
When I execute the following command:
C:\ti\ccsv7\eclipse\eclipsec.exe -noSplash -application com.ti.ccstudio.apps.importProject -data "C:\gitlocal\myproject\buildws" -ccs.location "C:\gitlocal\myproject\source"
...a new workspace in c:\gitlocal\myproject\buildws is successfully created, but at the command prompt I receive the help info:
Usage:
eclipsec -noSplash -data "<workspace_dir>"
-application com.ti.ccstudio.apps.importProject
-ccs.location <path> [<options>]
where options include:
-ccs.location <path>
and on and on. It does not import the project at all, and immediately exits. So it seems it's just not recognizing the importProject command, or it doesn't like the project path. I've tried quotes, no quotes, all manner of slashes at the end. I think I'm missing something really obvious, but I cannot figure out what. In the buildws/.metadata/.log file, I get these entries:
!ENTRY com.ti.common.core 4 0 2017-10-09 14:37:36.499
!MESSAGE path=ccs_base/DebugServer
!ENTRY com.ti.common.core 4 0 2017-10-09 14:37:36.504
!MESSAGE debugServerDir=C:/ti/ccsv7/ccs_base/DebugServer
!SESSION 2017-10-09 14:38:00.594 -----------------------------------------------
eclipse.buildId=4.6.0.I20160606-1100
java.version=1.8.0_112
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -application com.ti.ccstudio.apps.importProject -ccs .location C:\gitlocal\myproject\source -ccs .overwrite
Command-line arguments: -os win32 -ws win32 -arch x86 -application com.ti.ccstudio.apps.importProject -data C:\gitlocal\myproject\buildws -ccs .location C:\gitlocal\myproject\source -ccs .overwrite
The only thing that looks odd to me in the log is the space after the "-ccs" and before ".location". I didn't have that in my command, but who knows what it needs.