Top "Leiningen" questions

Leiningen is a build automation and dependency management tool for Clojure projects

How to reload a clojure file in REPL

What is the preferred way of reloading functions defined in a Clojure file without having to restart the REPL. Right …

clojure reload read-eval-print-loop leiningen
leiningen - how to add dependencies for local jars?

I want to use leiningen to build and develop my clojure project. Is there a way to modify project.clj …

java build clojure maven leiningen
Resources in Clojure applications

I am using Leiningen in my Clojure project (a GUI application) and created a "resources" directory under the project root …

clojure leiningen
JVM options using Leiningen

How do I set JVM options like -server when I launch Clojure using Leiningen?

clojure leiningen
Unable to resolve symbol when running code using Leiningen

I'm using Leiningen (for the first time) to manage an app my writing. So far I've defined the project dependencies, …

clojure leiningen
Run tests from Clojure Repl and Leiningen

As a newbie to clojure, I have used leiningen to create a sample project with lein new app first-project which …

clojure leiningen
Installing leiningen 2 on Ubuntu

I have followed the instructions here: leiningen.org To install from the lein script. I now have: ~/.lein/self-installs/leiningen-2.4.3…

clojure leiningen
How to run .clj file as a script using leningen?

This is the second question after Is there a standalone Clojure package within Leiningen? For example, I have a file …

clojure leiningen
No :main namespace specified in project.clj

I just started Web Development with Clojure but I am stuck with a real simple problem. I have :main myapp.…

clojure leiningen
Serving static files with ring/compojure - from a war

Using ring (and the lein-ring tools) - I am able to serve up static files from "resources" etc as per …

clojure leiningen compojure ring