Skip to main content

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

Are you sure you're downloading an SDK build of CDT?

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
             Emile Semmes                                                  
             <esemmes@ssiembed                                             
             ded.com>                                                   To 
             Sent by:                  cdt-dev@xxxxxxxxxxx                 
             cdt-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [cdt-dev] RE: Extending             
             03/10/2006 04:57          org.eclipse.cdt.managedbuilder.ui.n 
             PM                        ewWizardPages                       
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           





Chris et al,

Where is the source code for those example pages? The
org.eclipse.cdt.managedbuilder.ui.test plugin only contains binaries
(.class
files). I've checked earlier builds of the org.eclipse.cdt.testing archives
and they don't seem to be in there either. I need some examples on how to
use the MBSCustomPage similar to what the OP requested.

Thanks in advance,
Emile

------
Emile Semmes
esemmes@xxxxxxxxxxxxxxx


Recoskie, Chris wrote:
>
> There are some example pages in org.eclipse.cdt.managedbuilder.ui.tests
> that you can look at to see if there's something you're doing wrong.  If
> that doesn't help post your code here (if that's possible) and I'll take
a
> look.
>
> ___________________________________________
>
> Chris Recoskie
> Software Designer
> Texas Instruments, Toronto
> http://eclipse.org/cdt
>
>
>
>> -----Original Message-----
>> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
>> Behalf Of Daniel Carri?n Reinoso
>> Sent: Monday, May 08, 2006 6:29 PM
>> To: cdt-dev@xxxxxxxxxxx
>> Subject: [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
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>

--
View this message in context:
http://www.nabble.com/Extending-org.eclipse.cdt.managedbuilder.ui.newWizardPages-tf1580343.html#a6628737

Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top