leiningen.adl
TODO: write docs
adl
(adl project & args)
Process an Application Description Language file using configuration taken from the project.clj
.
A key :adl
may be supplied, whose value should be a map with some or all of the following keys:
:adl-file
the filename of the ADL file to generate from (defaults to[project-name].adl.xml
);:locale
the locale to generate files for (defaults to your default locale);:path
the path under which to generate files (defaults to the current directory);:verbosity
if set to an integer greater than zero, will print additional information about what ADL is doing.
Additionally, the name of an ADL file may be supplied as an argument, in which case that file will be used in preference to any specified in the project.clj
.