====
TODO
====

- ctags doesn't work with too many packages in sys.path on windows because the
  cmd can't be too large.

  see: http://support.microsoft.com/kb/830473/de

  Fix this with generating a file and use the config file with -L option
  in all _build_* methods where we use self.path

  see: http://ctags.sourceforge.net/ctags.html#OPTIONS
