On 17. Apr 2007, at 16:43, Niels Kobschätzki wrote:
No, but I know how you can troubleshoot it: go to the category command and insert a puts statement above the line that errors. The error says it tries to load a file which is not there, so output the full path of that file, the components it is comprised of, etc.
I found the error - and I have no idea what it caused it. The "Fetch categories"-command was located in my bundle instead of the blogging bundle. I'm pretty sure that I've never moved it (and I'm pretty sure that I already saw it a while ago that a command suddenly had moved w/ out any interaction). Latest when I did a new svn-checkout after deleting everything it should have been in place, shouldn't it?
Since the command uses TM_BUNDLE_SUPPORT, which will point to the bundle with a Support folder, it should not be a problem to have the command itself in ~/Library, as long as there is no Support folder in that bundle, or there is, and it has all the files required.