leiningen/test_projects/bad-require
Gary Fredericks 71e609c8a1 Don't try static methods on lein run: better error msg
lein run tries to support invoking static methods on classes by
swallowing FileNotFoundExceptions when requiring the namespace to run,
which can obscure the real error when there's a real issue loading a
namespace.

Phil said he wasn't interested in keeping the (undocumented) feature
around, so the easiest fix to the error message problem was to remove
that feature.

Added a test as well.
2013-05-22 17:32:23 -05:00
..
src/bad_require Don't try static methods on lein run: better error msg 2013-05-22 17:32:23 -05:00
.gitignore Don't try static methods on lein run: better error msg 2013-05-22 17:32:23 -05:00
project.clj Don't try static methods on lein run: better error msg 2013-05-22 17:32:23 -05:00