Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT Project Template Engine help

Hello

Have raised the bug and the url is

https://bugs.eclipse.org/bugs/show_bug.cgi?id=199379

 

Regards

-Sanchali

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of bala.torati@xxxxxxxxxxx
Sent: Thursday, August 09, 2007 2:10 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT Project Template Engine help

 


Please raise a bug in bugzilla.

Regards,
-Bala


"Sanchali G. Kshirsagar" <Sanchali.Kshirsagar@xxxxxxxxxxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

09/08/2007 08:07

Please respond to
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To

<cdt-dev@xxxxxxxxxxx>

cc

 

Subject

[cdt-dev] CDT Project Template Engine help

 

 

 




Hello Everybody,
 


While studying the Template Engine I have observed that the ‘Project Template Engine’ help mentioned following contents for ‘property-group’
type:
 Use this attribute to specify the wizard page type. The possible values for this attribute are:

  • PAGES_ONLY: If you want all the properties to be listed in a simple page.
  • PAGES_TAB: If you want all the properties to be displayed as tabs in a page.
  • PAGES_TREE: If you want all the properties to be displayed in a simple tree structure.
  • PAGES_TREE_TREE: If you want all the properties to be displayed in a multi-level tree structure.
  • PAGES_TAB_TREE: If you want all the properties to be displayed as tabs or as a tree structure.

 
But when I add it as PAGES_ONLY or PAGES_TAB as the ‘type’ I am getting following error.
!ENTRY org.eclipse.ui 4 0 2007-08-09 12:10:23.346
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
               at org.eclipse.cdt.ui.templateengine.pages.UIPagesProvider.getWizardUIPages(UIPagesProvider.java:75)
               at org.eclipse.cdt.ui.templateengine.Template.getUIPages(Template.java:83)
               at org.eclipse.cdt.ui.templateengine.Template.getTemplateWizardPages(Template.java:97)
               …………..
 
When I replace “_” with “-“ i.e. PAGES-ONLY and not PAGES_ONLY it works.
Shall I add a Bugzilla for this?
 
Another observation is that type like PAGES-TAB or PAGES-TREE even with ‘-‘gives the above error.
 
Regards
-Sanchali_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


********************************************************************** Symbian Software Ltd is a company registered in England and Wales with registered number 4190020 and registered office at 2-6 Boundary Row, Southwark, London, SE1 8HP, UK. This message is intended only for use by the named addressee and may contain privileged and/or confidential information. If you are not the named addressee you should not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify postmaster@xxxxxxxxxxx and delete the message and any attachments accompanying it immediately. Neither Symbian nor any of its Affiliates accepts liability for any corruption, interception, amendment, tampering or viruses occurring to this message in transit or for any message sent by its employees which is not in compliance with Symbian corporate policy. **********************************************************************


Back to the top