This manual page is part of Xcode Tools version 3.2.2

To obtain these tools:

If you are running a version of Xcode Tools other than 3.2.2, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

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

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



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

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...