Hi all,
I use the headless build option to build a project on a build server. I am facing a challenge in the way the headless build treats the macros.ini file. When I change a path in macros.ini and start a headless build, this changed path is not taken over when I re-import the project into the workspace
+ jre/bin/java -jar startup.jar -data foo/CCSV4workspace -application com.ti.ccstudio.apps.projectImport -ccs.location
foo/workspace -ccs.overwrite
--------------------------------------------------------------------------------
Importing project from 'foo'...
!WARNING: Some macros specified in 'foo\workspace\macros.ini' already exist with conflicting values.
Only non-conflicting macro-values have been imported.
Done!
+ jre/bin/java -jar startup.jar -data foo/CCSV4workspace -application com.ti.ccstudio.apps.projectBuild -ccs.workspace
-ccs.configuration Release -ccs.projects projectFoo -ccs.buildType full
Is there a possibility to solve this issue - something like "remove linked resources"
Best regards,
Andreas