| Re: [cdt-dev] Project Templates |
Hi Matt,Sounds like you don't have SDK installed and so missing extension point schema. You still can add extension point in plugin.xml as XML fragment manually.One simpler example than in help page would be "Hello World Project" template itself which is defined inÂorg.eclipse.cdt.managedbuilder.gnu.ui. Check out templates/projecttemplates/* and plugin.xml.AndrewOn Wed, Oct 14, 2009 at 2:51 PM, Matt Watson <mwatson@xxxxxxxxxxxx> wrote:
_______________________________________________Hello all,I've been tasked with building a "New Project Template" for CUDA projects. ÂAll it will do is include 3 files in any new project directory in the workspace. Â(preferably also points to our Makefile for building).I've found the help page which most closely details what I want to do here :ÂProject Template EngineBUT step 9 of the "How to register a template with eclipse" does not produce a (template) it instead does (generic). ÂThis seems to be critical as I have no way of telling eclipse of this template otherwise.I've created the xml required in template.xml, and have my other files in the same directory. ÂBasically I'm stuck at the packaging of the template, and integrating it into eclipse.
I can send a tar of my files as is to anyone who can help.Any/all help appreciated!
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