2017-02-27 14:37 GMT+01:00 Thomas Heller <[email protected]>:
> Last thing I can come up with is your environment variables or something
> in your ~/.lein/* folder. Beyond that I'm out of ideas.
>
That was the problem. In .lein I had profiles.clj, which contained:
{
:repl {
:dependencies [
^:displace [org.clojure/clojure "LATEST"]
]
}
:user {
:jvm-opts ^:replace ["-Xmx4096M"]
:plugins [[lein-ancient "0.6.10"]]
}
}
I removed the :jvm-opts and problem solved.
Because it was in .lein it was not found with the grep.
And in the project.clj I removed the ^:replace.
By the way why is the value of profiles.clj taken instead of project.clj? I
would expect that the profiles.clj value only would be used when there is
no value in project.clj.
--
Cecil Westerhof
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.