Tool/software:
I have been using the IDE to build our project for a couple of months now, and wanting to get a command line build running for our build server.
It was immediately apparent that the workspace file I thought was being used in its entirety to describe the projects was only part of how Code Composer Studio knows about workspaces and projects.
There is insufficient information saved to a workspace file from the IDE, meaning that information is stored elsewhere on disk, outside of source control.
We do not currently understand this, and expect a workspace to describe everything that is required, so it can be built in any location where all the files are checked out to.
It appears as though a lot of information is stored under C:\Users\<UserName>\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces, almost like some sort of cache, but seems to be much more than that.
Please can we ask for help with this to understand what is required to have a completely standalone workspace and projects that are not dependant on something else?