Commit graph

277 commits

Author SHA1 Message Date
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
Rob Wolfe
d528c492ad constraining implicit dependencies resolving 2010-01-31 14:14:19 -08:00
Phil Hagelberg
3054293cf8 Add a test to ensure tests don't use Leiningen's Clojure version. 2010-01-30 22:43:23 -08:00
Phil Hagelberg
a9936d22b7 Factor out form-for-testing-namespaces for other plugins to use. 2010-01-30 22:43:07 -08:00
Phil Hagelberg
3a659941f8 Specify namespaces for sample project to compile. 2010-01-30 22:25:03 -08:00
Phil Hagelberg
24ef40dba1 Add build.clojure.org releases repository. 2010-01-30 22:11:54 -08:00
Phil Hagelberg
bd0e725548 Fix test file for generated projects. 2010-01-30 22:11:17 -08:00
Phil Hagelberg
3130064c8a Add a warning for the lein repl task. 2010-01-30 21:53:38 -08:00
Phil Hagelberg
62dfb7e029 Don't use find's -H option; it's not present on older systems.
Thanks to Scott Haug.
2010-01-30 21:31:05 -08:00
Phil Hagelberg
a960a1c4ef Switch to ant 1.6.5 so we can access the subclassloader's classpath.
It's bound to user/*classpath* when using eval-in-project.
2010-01-30 21:28:02 -08:00
Rob Wolfe
9884b00bc3 cleaning :library-path 2010-01-30 16:01:58 -08:00
Phil Hagelberg
0bcb7c2a70 Update lein-swank readme. Yay for random twitter bug reports. 2010-01-30 16:01:01 -08:00
Phil Hagelberg
b6a807bd33 Add a note if compiling with no :namespaces specified. 2010-01-27 22:42:03 -08:00
Steve Purcell
797994881d Make "lein jar" trim :source-path from packed files, not simply "src" 2010-01-27 22:18:30 -08:00
Rob Wolfe
a33a777e71 installing pom.xml artifact along with jar 2010-01-27 22:14:29 -08:00
Rob Wolfe
74c9f1c839 adding error messages to lein.bat 2010-01-27 22:13:53 -08:00
Rob Wolfe
4cce1fafea test path should be pointed by :test-path key 2010-01-27 22:13:41 -08:00
Phil Hagelberg
8789acc130 TODOs and readme clarification. 2010-01-27 21:38:55 -08:00
Phil Hagelberg
f3a097d958 Don't try to System/exit from within eval-in-project. It doesn't work. 2010-01-21 00:26:39 -08:00
Phil Hagelberg
b3232350e2 Update new task. Output project.clj as string. Add skeletal test. 2010-01-20 23:40:17 -08:00
Phil Hagelberg
d9e2b7791b Use Clojure 1.1.0 release for using Leiningen itself. 2010-01-20 23:22:39 -08:00
Phil Hagelberg
7aa8318405 Ignore autodoc dir. 2010-01-20 23:21:28 -08:00
Phil Hagelberg
d0a489e08d Add autodoc plugin. 2010-01-20 23:21:22 -08:00
Phil Hagelberg
f0220e6986 Fix some readme links. 2010-01-11 09:04:32 -08:00
Phil Hagelberg
40d8c2cff5 Merge commit 'neotyk/master' 2010-01-02 15:53:49 -08:00
Phil Hagelberg
c99bada107 Mention windows support in docs. 2010-01-02 15:52:14 -08:00