:bootclasspath causes java.lang.NullPointerException

2015-09-02 Thread J . Pablo Fernández
Hello, I'm trying to compile my project with :bootclasspath set to true, so as to have the jar for a java agent added to my classpath, but in one of my projects it's generating java.lang.NullPointerException on this line: (def app (middleware/wrap-base #'app-base)) which

Re: bootclasspath

2011-06-29 Thread Kevin Downey
wrote: > On Sat, Nov 6, 2010 at 2:00 PM, Phil Hagelberg wrote: >> Has anyone successfully used Clojure 1.3 from the bootclasspath? > > Before anyone asks why I'm suggesting going to such lengths to work > with the bootclasspath, I should note that on my machine it cuts &

Re: bootclasspath

2010-11-06 Thread Phil Hagelberg
On Sat, Nov 6, 2010 at 2:00 PM, Phil Hagelberg wrote: > Has anyone successfully used Clojure 1.3 from the bootclasspath? Before anyone asks why I'm suggesting going to such lengths to work with the bootclasspath, I should note that on my machine it cuts Clojure's boot time in

bootclasspath

2010-11-06 Thread Phil Hagelberg
Has anyone successfully used Clojure 1.3 from the bootclasspath? I ran into issues with Clojure 1.2 where you couldn't transitively require from namespaces on the bootclasspath. So if you loaded clojure.test, it wouldn't work unless you required clojure.template, clojure.stacktrace, and

Re: and, why does lein try to put clojure.jar on the BOOTCLASSPATH?

2010-01-05 Thread bOR_
Not sure, but wasn't that so that you don't need to compile your project against the same version of clojure as that leiningen was compiled to? On Jan 5, 5:55 pm, Stuart Halloway wrote: > ...when it is also buried in the leiningen standalone? > > Stu -- You received this message because you are

and, why does lein try to put clojure.jar on the BOOTCLASSPATH?

2010-01-05 Thread Stuart Halloway
...when it is also buried in the leiningen standalone? Stu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your fi