Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Extending org.eclipse.cdt.managedbuilder.ui.newWizardPages

Hi all,

I don't know if this is the right place to ask, put any help would be 
appreciated.

I've been trying to extend org.eclipse.cdt.managedbuilder.ui.newWizardPages in 
order to create a new page in my New->Managed Make C/C++ Project wizard, but 
it seems I can't go any further than getting a null pointer exception.

I have filled the pageClass text field with a class that extends 
MBSCustomPage, but it doesn't seem to even load it. I have read somewhere 
that I need to explicitly set the pageID attribute, but it doesn't even get 
to the constructor! I have also tried extending IWizardPage with similar 
results.

Anyone can shed some light? 

Thanks a lot indeed,

-- 
Daniel Carrión Reinoso
dcarrion@xxxxxxxx


Back to the top