Liking cljdoc? Tell your friends :D

leiningen.jar

Package up all the project's files into a jar file.

Package up all the project's files into a jar file.
raw docstring

build-jarclj

(build-jar project jar-file)

Build a jar for the given project and jar-file.

Build a jar for the given project and jar-file.
sourceraw docstring

classifier-jarclj

(classifier-jar {:keys [target-path] :as project}
                provided-profiles
                classifier
                spec)

Package up all the project's classified files into a jar file.

Create a $PROJECT-$VERSION-$CLASSIFIER.jar file containing project's source files as well as .class files if applicable. The classifier is looked up in the project`s :classifiers map. If it's a map, it's merged like a profile. If it's a keyword, it's looked up in :profiles before being merged.

Package up all the project's classified files into a jar file.

Create a $PROJECT-$VERSION-$CLASSIFIER.jar file containing project's source
files as well as .class files if applicable. The classifier is looked up in the
project`s :classifiers map. If it's a map, it's merged like a profile. If it's a
keyword, it's looked up in :profiles before being merged.
sourceraw docstring

classifier-jarsclj

(classifier-jars {:keys [classifiers] :as project} provided-profiles)

Package up all the project's classified files into jar files.

Create a $PROJECT-$VERSION-$CLASSIFIER.jar file for each entry in the project's :classifiers. Returns a map of :classifier/:extension coordinates to files.

Package up all the project's classified files into jar files.

Create a $PROJECT-$VERSION-$CLASSIFIER.jar file for each entry in the project's
:classifiers. Returns a map of :classifier/:extension coordinates to files.
sourceraw docstring

get-classified-jar-filenameclj

(get-classified-jar-filename project classifier)
source

get-jar-filenameclj

(get-jar-filename project & [uberjar?])
source

jarclj

(jar project)
(jar project main)

Package up all the project's files into a jar file.

Create a $PROJECT-$VERSION.jar file containing project's source files as well as .class files if applicable. If project.clj contains a :main key, the -main function in that namespace will be used as the main-class for executable jar.

With an argument, the jar will be built with an alternate main.

Package up all the project's files into a jar file.

Create a $PROJECT-$VERSION.jar file containing project's source files as well
as .class files if applicable. If project.clj contains a :main key, the -main
function in that namespace will be used as the main-class for executable jar.

With an argument, the jar will be built with an alternate main.
sourceraw docstring

main-jarclj

(main-jar project provided-profiles main)
source

make-manifestclj

(make-manifest project)
source

manifest-mapclj

(manifest-map manifest)
source

warn-implicit-aotclj

(warn-implicit-aot orig-project)
source

whitelist-keyscljdeprecated

Deprecated: use leiningen.core.project/whitelist-keys instead

Deprecated: use leiningen.core.project/whitelist-keys instead
sourceraw docstring

write-jarclj

(write-jar project out-file filespecs)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close