leiningen/test_projects
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
..
bad-require Don't try static methods on lein run: better error msg 2013-05-22 17:32:23 -05:00
more-gen-classes Adjust compile task to make use of regex fns 2013-03-19 16:12:08 -07:00
native Don't re-extract native deps unless deps have changed. Fixes #535. 2012-05-07 16:29:31 -07:00
overlapped-sourcepaths Add a failing test for overlapped sourcepaths. 2012-03-06 15:58:14 -06:00
provided Test :provided profile interpretation by the uberjar task. 2012-11-17 17:38:11 -05:00
sample Fix pom and deploy tests. 2012-08-30 10:12:58 -07:00
sample_failing Move AOT of :main into uberjar task. Remove :skip-aot. 2012-11-12 15:30:43 -08:00
sample_no_aot Include namespace metadata in test-selector predicates, fixes #242 2012-10-02 19:38:35 -04:00
tricky-name Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
README.txt Added a build-failing project for flexing compilation-failing aware 'jar'; created test_projects and moved sample there too 2010-08-23 23:03:52 -04:00

These projects are used for leiningen's test suite, so don't change
any of these values without updating the relevant tests. If you
just want a basic project to work from, generate a new one with
"lein new".