Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.

Andrew

On 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 Engine
BUT 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!

--
Matt Watson | mwatson@xxxxxxxxxxxx

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



Back to the top