Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project types

> I have created my custom page with the extension
> org.eclipse.cdt.managedbuilder.ui.newWizardPages. I am confused as to when
> this page is to appear, and how do i set the priority of which page to
> appear first. Currently i am getting a BuildException and stuck
> 
> Do i set it in
> 
> CDTCommonProjectWizard page addPages function or in the
> ProjectConfigWizardPage setNextPage function

You shouldn't have to programmatically set it, the 
  org.eclipse.cdt.managedbuilder.ui.newWizardPages->wizardPage 
element allows you to specify specific projectTypes/toolChains for
which the page holds. If you select a template/toolchain that matches
this then the page should automatically appear after the configuration
selection page. I'm not sure how to specify a specific priority,
you might try changing the order in which the pages are defined.

Regards,
  Wieant


Back to the top