Errors

Duplicate filenames

If you add two or more files with the same filename, "level1/level.map" and "level2/level.map" for example, katie will display an error and exit with errorcode 1. Filenames must be unique, because they are used to generate the resource identifiers (see --output-h). To solve this problem, use "level1/level1.map" and "level2/level2.map" instead.

Writing to Read-Only files

If you try to output a file which already exists and has the read-only attribute set, katie will display an error and exit with errorcode 1.

No attemp will be made to remove the read-only attribute, because it could lead into trouble if the file is under source control.

Writing to hidden files

If you try to output a file which already exists and has the hidden attribute set, katie will display an error and exit with errorcode 1.
Generated on Thu Jul 5 22:06:58 2007 for Katie by  doxygen 1.5.2