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 fullIs there a possibility to solve this issue - something like "remove linked resources"Best regards,Andreas
By the way - I am using CCSV4 Version 4.2.4.00033
** push **
Hi Andreas,
I appologise as this is not my area of expertise but I noticed this one slipping through the cracks here so let me try and help.
What about a fresh workspace? Is there a particular setup or reason to keep using the same one?
Basically it does not like bringing in build/path variables if one with the same name already exists. So this is why, as I take you seem aware, the change is not accepted.
Best Regards,
Lisa
Hi Lisa,
Thanks for the response. Creating a new workspace sounds like a good idea, and a short test showed that this might work! Thanks for the hint
BR Andreas
no problem. All the best with development.