James Reeves
James Reeves
Can you try using "0.8.13-SNAPSHOT" and see if your problem is fixed?
This is significantly more difficult than it should be. All we're trying to do is override a single key that Leiningen sets by default. There has to be an easier...
I've asked on the mailing list and done some more experiments. This might be a bug in Leiningen, since for some reason: ``` clojure :uberjar {:aot :all} ``` Is different...
Odd... Does the archive take a while to update? That's where I've posted to.
It looks like this is at least partially caused, or at least complicated, by https://github.com/technomancy/leiningen/issues/1694, which is fixed in Lein master, but affects version 2.5.0. For the time being, it...
That seems like an entirely unrelated bug.
Adding namespaces work the same way; it's likely that you're just trying to access the namespace without an associated `require`.
It should automatically load by default. Could you give some more information about this issue? So for instance: * What does the error say? * What is the stacktrace? *...
Updates in what respect? Lein-Ring uses Clojure's reload mechanism, which won't work in the case where you're trying to overwrite an existing namespace alias. It doesn't currently make use of...
Can you provide some code? For instance, an example project that fails on weblogic? Does the example project succeed on other servlet containers, like Tomcat?