Closed d4span closed 8 years ago
Thanks for the report. I can reproduce the error. I'll try to look at it this week.
This is a duplicate of https://github.com/technomancy/leiningen/issues/2212 which has been fixed in master. I've verified that all lein-modules tests pass using a locally-built vesion of lein that includes this fix, so all should be well once 2.7.2 is released. Thanks!
Leiningen 2.7.1 breaks lein-modules. For instance, running
lein modules install
on a parent project results in a failed build with output of the form:> lein modules install
Error loading /path/to/moduleA/project.clj
...Error loading /path/to/moduleZ/project.clj
No modules found
Everything works fine with Leiningen 2.7.0 and previous versions of Leiningen.