Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created February 7, 2014 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/8873078 to your computer and use it in GitHub Desktop.
Save jcrossley3/8873078 to your computer and use it in GitHub Desktop.
-*- mode: compilation; default-directory: "~/apps/ialab/" -*-
Compilation started at Fri Feb 7 17:11:39
lein pprint
{:compile-path "/home/jim/apps/ialab/target/classes",
:group "ialab",
:global-vars {},
:checkout-deps-shares
[:source-paths
:test-paths
:resource-paths
:compile-path
#<Var@61b8ed33:
#<classpath$checkout_deps_paths leiningen.core.classpath$checkout_deps_paths@4a0b1960>>],
:dependencies
([org.clojure/clojure "1.5.1"]
[org.clojure/tools.logging "0.2.6"]
[org.slf4j/slf4j-log4j12 "1.6.4"]
[clj-time/clj-time "0.6.0"]
[aleph/aleph "0.3.0"]
[org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])]
[clojure-complete/clojure-complete
"0.2.3"
:exclusions
([org.clojure/clojure])]
[org.clojure/tools.namespace "0.2.3"]
[org.clojure/java.classpath "0.2.0"]),
:plugin-repositories
[["central" {:snapshots false, :url "http://repo1.maven.org/maven2/"}]
["clojars" {:url "https://clojars.org/repo/"}]],
:test-selectors {:default (constantly true)},
:target-path "/home/jim/apps/ialab/target",
:name "ialab",
:deploy-repositories
[["clojars"
{:username :gpg,
:url "https://clojars.org/repo/",
:password :gpg}]],
:root "/home/jim/apps/ialab",
:offline? false,
:source-paths ("/home/jim/apps/ialab/src/clj"),
:certificates ["clojars.pem"],
:immutant
{:environment "development",
:init immutant.system/init,
:context-path "/ialab"},
:version "0.1.0-SNAPSHOT",
:jar-exclusions [#"^\."],
:profiles
{:production
{:immutant {:init immutant.system/init, :environment "production"}},
:dev
{:source-paths ["dev"],
:dependencies
[[org.clojure/tools.namespace "0.2.3"]
[org.clojure/java.classpath "0.2.0"]],
:immutant
{:init immutant.system/init, :environment "development"}}},
:prep-tasks ["javac" "compile"],
:repositories
(["central" {:snapshots false, :url "http://repo1.maven.org/maven2/"}]
["clojars" {:url "https://clojars.org/repo/"}]
["sonatype-oss-public"
{:url "https://oss.sonatype.org/content/groups/public/"}]),
:resource-paths
("/home/jim/apps/ialab/dev-resources"
"/home/jim/apps/ialab/resources"),
:uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"],
:java-source-paths ("/home/jim/apps/ialab/src/java"),
:min-lein-version "2.0.0",
:javac-options ["-target" "1.7" "-source" "1.7"],
:warn-on-reflection false,
:jvm-opts ["-XX:+TieredCompilation" "-XX:TieredStopAtLevel=1"],
:eval-in :subprocess,
:plugins
([lein-immutant/lein-immutant "1.2.0"]
[lein-pprint/lein-pprint "1.1.1"]
[org.clojars.tcrawley/lein-release "1.0.2"]
[lein-midje/lein-midje "3.1.1"]
[lein-nevam/lein-nevam "0.1.2"]),
:native-path "/home/jim/apps/ialab/target/native",
:description "Immutant Aleph Lab",
:uberjar-merge-with
{"META-INF/plexus/components.xml" leiningen.uberjar/components-merger,
"data_readers.clj" leiningen.uberjar/clj-map-merger},
:test-paths ("/home/jim/apps/ialab/test/clj"),
:clean-targets [:target-path],
:aliases nil}
Compilation finished at Fri Feb 7 17:11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment