[MonoDevelop] Add Project Templates to MD

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Jul 14 16:28:50 EDT 2007


On 7/14/07, Sergio A. Hernandez <info.geex at gmail.com> wrote:
> Hello,
> How can I add my own project templates to MonoDevelop?
> I create a .xpt.xml file and do the "mdtool setup pack" stuff and
> looks like works well, but when I do "mdtool setup rep-build" I get
> this error:
>     MonoDevelop Add-In Setup Utility
>     Checking directory: myaddins
>     Addin configuration file not found in package.

You need a .addin.xml file. IIRC the templates needs to be a resource
in an AddIn assembly too. Have you read
http://www.monodevelop.com/Writing_an_Add-In ?

It's non-trivial to add new project and file templates to MD, and this
problem has come up several times now. I think we should add a way to
load templates from ~/.config/MonoDevelop/Templates (or similar).

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list