Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Project Templates

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

Back to the top