Question:
How to build multiple projects from a workspace using Headless build in CCES
Answer:
Using "-application org.eclipse.cdt.managedbuilder.core.headlessbuild" is the intended method for this usage.
The recommended way is using "importAll" for import and build all the projects to the workspace.
Refer the below command line:
ccesc.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data C:\workspace -cleanBuild all -importAll D:\cces\test\projects\
Also, Using the following command User can get more information about using these commands
“ccesc.exe -application org.eclipse.cdt.managedbuilder.core.headlessbuild -nosplash -help”