Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] headless build order for managed projects does not appear to work (CDT 7.0.0)

Folks,

 

We would like to build a subset of managed projects with headless feature.

 

If we specify  <–build all> option on the command line, then the build order matches the build order when the projects are built in the GUI.  All is well under that scenario.  However, we only desire to build some of the projects.  So, if we specify the main project which has dependencies on other projects, (ie:  <-build mainProject>, then the build order changes from build-to-build and thus does not match the build order in the GUI.  This of course leads to inconsistent builds.

 

our_eclispe_product -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./tmp_workspace -importAll . -cleanBuild mainProject

 

Org.eclipse.cdt version is 7.0.0.314266.  Is this a known limitation of CDT version 7.0?

 

Thanks,

James


Back to the top