mattball / doxyclean

A script to convert Doxygen output to resemble Apple's AppKit documentation
105 stars 9 forks source link

Doesn't work for me #1

Open jk opened 15 years ago

jk commented 15 years ago

Hi, I've used the version from your homepage and even this one on github. None of them works for me. I get something like:

IOError: [Errno 2] No such file or directory: '/Users/jk/dev/[currentdir]/xml/index.xml'

on every constelation I run the script (yes, I generated the xml files and pointed the -i switch to that directory…). Perhaps a more verbose readme.txt can help to solve the mess in my head here.

mattball commented 15 years ago

Hi,

Could you try using the verbose option (-v) and send me the verbose output? That'll help me figure out at exactly what point the script is failing.

jk commented 15 years ago

Sure: http://pastie.org/641129

I used an empty folder on my desktop for the -o param. Perhaps I've to install addional python 'packages'?

mattball commented 14 years ago

Can you check if you're still having the same problem with the latest version of Doxyclean? I've changed the way a lot of things work internally over the last two months.

jk commented 14 years ago

Sorry that I'm replying so late.

First, I got errors nontheless but now different ones with my categorys: http://pastie.org/852387

mjm commented 14 years ago

Try renaming the files for the category to NSString+URIQuery instead of NSStringURIQuery. I had the same problem, and I think the former is form of the convention anyway.