Commit graph

4502 commits

Author SHA1 Message Date
Richard Newman
0b9fba8395 Make deps generic. Add draft symlink implementation. 2010-03-16 20:58:21 -07:00
Phil Hagelberg
8a687e7c94 Check a project's src/ dir for leiningen tasks. 2010-03-15 21:25:46 -07:00
Ryan Zezeski
1c9048dbb1 Fix jar task and add test.
The jar task is not correctly building the Main-Class attribute in the
case of multiple hyphens in the namespace.  Fix this and add
regression test.
2010-03-15 21:15:46 -07:00
Ryan Zezeski
2c05ffc3fa Fix test_new. 2010-03-15 21:15:06 -07:00
Stephen Compall
c99d28e7b0 Use on-disk file mod times in generated jars. Allows require to use jar-stored AOT compilations. 2010-03-15 21:02:36 -07:00
abscondment
d11eae7451 Separate version check from form generator; add an optional test-package argument to the from generator. 2010-03-15 20:49:05 -07:00
abscondment
b19d46b6d0 Prevent users of Clojure 1.0 from calling the test task and point them
to the lein-test-is plugin. closes #21
2010-03-15 20:48:50 -07:00
Phil Hagelberg
41fd7425ef Drop back to Clojure 1.1.0 until issues with 1.2.0 are resolved. 2010-03-15 20:34:06 -07:00
Stuart Halloway
1bbcf902f0 write build config into pom
-  makes pom-as-project work in NetBeans Enclojure
2010-03-15 20:52:57 -04:00
Rob Wolfe
5961500a51 updating versions and links 2010-03-13 17:17:56 +01:00
Brent Millare
3afb1f22e5 allow swank, in lein-swank to accept additional arguments to pass to start-repl 2010-03-12 21:32:18 -08:00
Phil Hagelberg
efbeb67c4d Allow $CLASSPATH to be used to customize repl classpath. 2010-03-12 21:07:44 -08:00
Phil Hagelberg
261bf53284 Bunch more TODOs for 1.2. 2010-03-12 21:07:25 -08:00
Phil Hagelberg
e535fe817c Added INTRO.md with concept background thanks to slyphon. 2010-03-12 21:04:11 -08:00
Phil Hagelberg
e9862ce66c TODO updates. 2010-03-11 21:22:42 -08:00
Phil Hagelberg
ca975f95d8 Update lein-swank version and deps. 2010-03-11 21:22:38 -08:00
Phil Hagelberg
80dfecef82 Added a note to the sample app to explain that it's used in the tests. 2010-03-07 14:14:29 -08:00
Phil Hagelberg
1ea20ac740 Fix java paths on cygwin and allow spaces in the LEIN_JAR directory path. 2010-03-06 21:51:13 -08:00
Bobby Calderwood
731f3c5a5a Use Java package naming conventions in Main-Class value of JAR manifest. 2010-03-06 21:48:12 -08:00
Phil Hagelberg
f5e05a33cd Add a :main clause to the sample's project.clj file. 2010-03-06 21:36:34 -08:00
Phil Hagelberg
b5b6b56e6d Add a note in order to clarify that -Xbootclasspath is optional. 2010-03-06 21:36:19 -08:00
Phil Hagelberg
bb4badefab Update lein.bat to reflect the fact that CLOJURE_JAR is optional. 2010-03-06 10:01:45 -08:00
Phil Hagelberg
2337ea1569 Bump to 1.2.0-SNAPSHOT. 2010-02-26 16:10:30 -08:00
Phil Hagelberg
0577148bd2 Release 1.1.0! 2010-02-16 21:58:41 -08:00
Phil Hagelberg
e4e4ff5db7 Don't create single-segment namespaces in the "lein new" skeleton. 2010-02-16 21:57:25 -08:00
Seth Schroeder
92e9bbf571 restore Xbootclasspath on MacOS X 2010-02-16 21:15:58 -08:00
Seth Schroeder
199d03a34d [github-17] exclude Xbootclasspath from eval-in-project forking of JVM 2010-02-15 21:36:55 -08:00
Phil Hagelberg
5dcbda0ef7 Allow task functions to be defined in project.clj. 2010-02-14 14:14:49 -08:00
Phil Hagelberg
97c0ffd854 Bump version to RC2. 2010-02-13 09:40:34 -08:00
Phil Hagelberg
8891f781ae Skip -Xbootclasspath on OS X until test issues are resolved.
This makes boot time sloooooooooooooow.
2010-02-13 09:40:08 -08:00
Phil Hagelberg
e4ae8b2bfd Make no-project-needed set an atom so plugins can add to it. 2010-02-13 09:31:51 -08:00
Phil Hagelberg
21e5fc9b27 Update todo and news. 2010-02-13 09:30:46 -08:00
Phil Hagelberg
59526b5dc8 Only shutdown agents in JVMs 1.6+. 2010-02-13 09:30:10 -08:00
Phil Hagelberg
176c2cdea4 Only show repl warning when running in a project dir.
Standalone repls don't care.
2010-02-13 09:27:29 -08:00
abscondment
8fe72c159a Refining upgrade: check for access, request confirmation. 2010-02-13 09:25:55 -08:00
abscondment
dce5992814 First pass at an upgrade task. 2010-02-13 09:25:47 -08:00
Phil Hagelberg
0aca88dcde Move test's shutdown-agents to inside eval-in-project. 2010-02-12 21:01:56 -08:00
Phil Hagelberg
4a11590edb Shut down agents after test run. 2010-02-12 12:51:58 -08:00
Phil Hagelberg
aaf60f6da0 Compile :main even if not explicitly listed in :namespaces. 2010-02-12 12:44:32 -08:00
Phil Hagelberg
14f9691e0a Fix indentation and remove outdated todos. 2010-02-12 12:44:13 -08:00
Mark McGranaghan
7d57e70e3f Differentiate between no compilable namespaces and no stale namespaces. 2010-02-12 12:38:36 -08:00
Phil Hagelberg
bf2f63c942 Modify test task so it doesn't load clojure.test in Leiningen's classloader. 2010-02-12 12:30:48 -08:00
Phil Hagelberg
373c5faf9e Tests broke; I'm dumb. 2010-02-12 12:30:16 -08:00
Phil Hagelberg
94c675afe6 Exclude temp files from jar creation. 2010-02-01 20:57:34 -08:00
Phil Hagelberg
3754311593 Update lein-swank dev dependency to 1.1.0. 2010-02-01 20:52:20 -08:00
Phil Hagelberg
f244a34887 Whitespace fix. I'm crazy like that. 2010-02-01 20:51:35 -08:00
Perry Trolard
4b773b1835 Fix to lein-jar path resolution bug. 2010-02-01 20:46:29 -08:00
Phil Hagelberg
024f167d86 Remove overzealous arity catch.
This was catching an artity problem deeper in the code and reporting
it as "wrong number of arguments to task". Thanks to Mark McGranahan
for noticing it.
2010-01-31 21:11:48 -08:00
Phil Hagelberg
56683c3862 We have a 1.1.0 release candidate. 2010-01-31 14:24:30 -08:00
Phil Hagelberg
d6e22bddbb In bin script, find's -follow argument must come after path. 2010-01-31 14:17:07 -08:00