Commit graph

704 commits

Author SHA1 Message Date
Phil Hagelberg
282782c9d6 Add another test for arg chaining. 2010-08-08 10:44:19 -07:00
Phil Hagelberg
e451e12b55 Clean up argument grouping a bit. 2010-08-08 10:43:14 -07:00
Phil Hagelberg
c706035812 Merge remote branch 'trptcolin/master' 2010-08-08 10:11:36 -07:00
Will Morgan
69c325e032 Quote argument in shell script. Fixes #79. 2010-08-08 09:56:25 -07:00
Phil Hagelberg
a1dc2634d5 TODO and NEWS updates. 2010-08-06 12:13:19 -07:00
Phil Hagelberg
6db4080a06 Fix help message in interactive task. 2010-08-05 18:45:00 -07:00
Colin Jones
d2942f9feb merge multiple-tasks 2010-08-05 14:24:30 -05:00
Alex Ott
ea470460e0 add small description of init-script related changes 2010-08-02 08:27:48 +02:00
Colin Jones
53151e850a Merge remote branch 'origin/master' into project-needed 2010-08-01 21:00:59 -05:00
Colin Jones
18799f2840 Merge remote branch 'origin/master' into multiple-tasks 2010-08-01 21:00:38 -05:00
Colin Jones
76d3d66482 multiple tasks from the command line 2010-08-01 20:58:22 -05:00
Phil Hagelberg
b915c68c6f Add test! task that cleans and runs deps first. 2010-08-01 14:39:39 -07:00
Alex Ott
c9a453d8fd implement support for global initialization script
script is  either $LEIN_HOME/init.clj or $HOME/.lein/init.clj
2010-08-01 17:10:04 +02:00
Alex Ott
e5cc06e11d check existence of init script 2010-08-01 16:27:55 +02:00
Alex Ott
690093eed3 implement loading of init-script specified in project.clj into REPL 2010-08-01 14:32:26 +02:00
Colin Jones
dc4ae5191c task-level arity checking 2010-07-31 16:30:55 -05:00
Colin Jones
7acdf16a29 unifying interactive and normal task calling 2010-07-31 15:58:58 -05:00
Colin Jones
af71f1d529 more robust project-needed decision 2010-07-31 15:41:24 -05:00
Phil Hagelberg
4a848077a2 Bump version to 1.3.0-SNAPSHOT. 2010-07-31 09:37:03 -07:00
Phil Hagelberg
49beabb67f Yeah, so we want rlwrap with the interactive task too. 2010-07-30 21:23:50 -07:00
Phil Hagelberg
778a522915 Add interactive task. No more waiting around for JVM boot if that's your thing. 2010-07-30 21:17:07 -07:00
Phil Hagelberg
c82fcaf4c1 Warn when running as root. 2010-07-30 13:28:45 -07:00
Phil Hagelberg
062358093f Indentation fix. 2010-07-30 13:28:40 -07:00
Phil Hagelberg
b5cb0cb52f Don't load hooks unless they're specified in project.clj.
Turn on :implicit-hooks true to get back the old behaviour of scanning
the classpath.
2010-07-30 13:28:18 -07:00
Phil Hagelberg
49eff45289 NEWS for 1.2.1, which should be coming soon. 2010-07-28 22:09:55 -07:00
Phil Hagelberg
c461fa75dd Merge remote branch 'lozh/windows-fixes' 2010-07-28 21:54:23 -07:00
Phil Hagelberg
0b0a30e498 Catch exceptions looking for hooks, not just loading them. 2010-07-28 21:35:14 -07:00
Phil Hagelberg
1a64da9987 Detect download failures in self-install.
Come on curl; please don't silently accept 404s.
2010-07-28 21:30:16 -07:00
Phil Hagelberg
0475ba538f Add resources and test-resources to pom output. 2010-07-28 12:56:18 -07:00
Phil Hagelberg
5c85cdb534 Fix uberjar ns form. 2010-07-28 12:47:45 -07:00
Phil Hagelberg
a15893e9f2 Don't freak out if OS isn't in native-names. Fixes #81. 2010-07-28 12:47:32 -07:00
Phil Hagelberg
de52eaedba Add pom for alternate building method. Will need to regenerate periodically. 2010-07-27 20:14:36 -07:00
Phil Hagelberg
ae98527789 Add Building section to README. 2010-07-27 20:14:01 -07:00
Phil Hagelberg
f48213d120 Better hooks loading warning message. 2010-07-27 17:50:44 -07:00
Phil Hagelberg
19817504fe Handle missing .class files better in leiningen.compile/stale-namespaces. 2010-07-27 17:49:55 -07:00
Phil Hagelberg
549ddc7bd3 Merge remote branch 'alexott/master'; Fixes #77.
Conflicts:
	src/leiningen/uberjar.clj
2010-07-26 21:54:46 -07:00
Phil Hagelberg
5f5c0bad1a Use a banner image in the readme instead of the full logo. 2010-07-26 12:21:05 -07:00
U-Maximillian\loz
e5904bedab fix syntax error and some quoting problems 2010-07-26 09:37:32 +01:00
Mark McGranaghan
aefd10eeb5 Fix typo breaking uberjar. 2010-07-23 19:30:17 -07:00
Laurence Hygate
e4f24edd46 Merge branch 'windows-fixes' of github.com:lozh/leiningen into windows-fixes 2010-07-23 19:27:07 +01:00
Laurence Hygate
9422fe4b33 Search parent directories for project.clj if necessary (lein.bat)
Deal with cygwin better (lein)
2010-07-23 17:19:15 +01:00
Laurence Hygate
cd3217180d Search parent directories for project.clj if necessary 2010-07-23 17:12:39 +01:00
Michał Marczyk
29f2ff279b Added "OpenBSD" :openbsd to compile/native-names.
Thanks to tomoj for the fix and to zmyrgel for report & testing.
Also see #81.
2010-07-23 09:09:27 +02:00
Michał Marczyk
ba72808176 s/meta-inf/META-INF/g in jar.clj 2010-07-23 06:50:55 +02:00
Laurence Hygate
9b8cd008c6 Work around problems in Java's handling of windows command line escaping 2010-07-22 19:30:59 +01:00
Phil Hagelberg
78f94180dc Refactor new task. 2010-07-21 23:17:19 -07:00
Phil Hagelberg
2ff9928e13 Refactor deps task. 2010-07-21 23:17:07 -07:00
Phil Hagelberg
45b101d431 Clean up some docstrings. 2010-07-21 23:16:54 -07:00
Phil Hagelberg
bca8cf3a29 Refactor jar and uberjar tasks. 2010-07-21 23:16:25 -07:00
Phil Hagelberg
6c36bbb0da Refactor clean task. Fixes #64. 2010-07-21 23:14:53 -07:00