Eclipse CDT Headless Build Question

Using Eclipse CDT 7.0, is there a way to specify only one assembly configuration on the command line when creating a headless assembly?

+3
source share
1 answer

I think I found the answer to my question, mainly playing with CDT 8.0 and indigo developer releases and looking at cdt 7.0: answer here

short summary:

  • 7.0: doesn't seem to support creating a specific configuration
  • 7.0.1: I do not know. don't have a way to try this.
  • 7.0.2: this version supports it, although there seems to be no documentation on exactly how.
+1
source

All Articles