SDC gurus, wizards, and mages,
I would like to set a default target platform for our project. I have tried to follow the directions for target platforms at the end of appendix D here http://www.genuitec.com/sdc/docs/sdc_admin.html#appendix_d, but could just not get anything working. Honestly I don’t quite understand how to fit it to our current project setup.
Annoying workflow task:
In our git repo, we have an Eclipse project that contains a target platform definition file (.target). After checking everything out, we have to resolve the target platform (either by opening it or going to the Eclipse Preferences and editing it under Plugin Development > Target Platform) and then set it as the target platform.
Preferred workflow:
After installing the Eclipse IDE package with SDC, the target platform is resolved and set after its associated Eclipse project is checked out and imported via a .git workspace configuration task (I have the .git part working well!).
Is this possible?
Thanks!
Jordan