ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com.

For more information about the manual page format, see the manual page for manpages(5).



AMLINT(1)                 BSD General Commands Manual                AMLINT(1)

NAME
     amlint -- check Automator actions for problems

SYNOPSIS
     amlint [-HhSs] [-d definition-bundle] [-x exception-file] action ...

DESCRIPTION
     amlint checks the given Automator actions for various problems and interface inconsistencies.  action
     is the path of a built action bundle.  The options are as follows:

     -H    Print the filename for each error or warning.

     -h    Suppress the prefixing of filenames when multiple actions are checked.

     -S    For each action, write a summary line indicating how many errors and warnings there were.

     -s    As -S, but skips the summary line for actions with no errors or warnings.

     -d definition-bundle
           Specify a definition bundle, which specifies custom action input and output types.  This option
           may be repeated if you need to specify more than one bundle.

     -x exception-file
           Specify a list of errors and warnings to ignore.  The file should be plain text, with one line
           per error: the action filename, a colon, space, and the text of the error.  For example:

                 My Action.action: error: NSButton "OK" should not use the metal style.

           You can simply copy an output line from amlint -H.

RETURN VALUES
     amlint exits with one of the following values:

     0     no serious errors were found.

     1     an error was found in one of the checked actions.

     >1    an internal error occurred.

BUGS
     Because of a bug in nibtool(1), amlint will fail to work on some nibs.  You will see errors about the
     ``old-style plist parser'' if this happens.

Mac OS X                       December 9, 2005                       Mac OS X

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.