I've created a custom list in a SharePoint site, but now I want to convert that into a list template so I can deploy it in other sites using a feature.
I've tried two methods:
- Use SharePoint Manager 2007 to copy/paste list schema into schema.xml and roll into a feature
- use stsadm extensions along the same lines
This hasn't worked well for me. I've been fighting this all day, and I get a variety of errors, from "Can't compile XML", to "Can't find feature XML", to "unknown error HRESULT: 0x80020009".
Are there any tools or straight-forward methods out there for doing such a thing, or am I more-or-less relegated to creating a custom Schema.xml by hand? Or, alternatively, are there any good tools just for generating list templates?