Commit graph

1052 commits

Author SHA1 Message Date
Phil Hagelberg
8a3054eea0 Release 1.6.0. 2011-06-29 20:35:51 -07:00
Phil Hagelberg
dbc0555460 Remove unused requires. 2011-06-29 20:34:35 -07:00
Phil Hagelberg
8904543884 Fix bootclasspath to use clojure 1.2.1. 2011-06-29 20:33:29 -07:00
Phil Hagelberg
33bb61ff09 Fix standalone repl. 2011-06-29 20:08:23 -07:00
Phil Hagelberg
868441c25f Move default jar-exclusions and uberjar-exclusions to defproject. 2011-06-29 17:54:49 -07:00
Phil Hagelberg
2ff64b7736 Load ~/.lein/user.clj inside project if present. Fixes #215. 2011-06-29 16:01:58 -07:00
Phil Hagelberg
fa188738f7 Swap the order of dependencies and dev-dependencies when building pom.
Should fix #218.
2011-06-29 15:46:41 -07:00
Kevin Downey
49b01efe13 fix JAVA_OPTS backwards compat 2011-06-28 09:51:19 -07:00
Phil Hagelberg
015d19b571 Preserve JVM_OPTS in trampoline. 2011-06-27 19:56:50 -07:00
Phil Hagelberg
591d8137ce Support native-deps plugin for backwards-compatibility. 2011-06-27 19:52:17 -07:00
Phil Hagelberg
fd10bf372b Allow using "lein install foo 1.0" on non-clojure projects. 2011-06-27 19:51:36 -07:00
Phil Hagelberg
c788f401ac Fix uberjar for Leiningen itself. 2011-06-27 19:51:36 -07:00
Phil Hagelberg
f0e9d313fb Merge pull request #217 from scgilardi/trampoline-fix
load trampoline file into a var to allow cleaning it up
2011-06-27 19:51:19 -07:00
Stephen C. Gilardi
16f5235073 load trampoline file into a var to allow cleaning it up 2011-06-28 02:02:50 +00:00
Phil Hagelberg
d07b925364 Include jvm opts in trampolined command. 2011-06-26 14:17:55 -07:00
Phil Hagelberg
ac08c6e60e Special-case repl for trampolining since it needs raw i/o. (WIP) 2011-06-25 20:58:20 -07:00
Phil Hagelberg
2f2a105b95 Pull in deps in repl before launching socket server.
Deps runs can cause the socket repl to time out if they take too long.
2011-06-25 20:30:39 -07:00
Phil Hagelberg
11c6a6af59 Add *trampoline* var to expose whether trampolining is happening.
Needed to fix repl.
2011-06-25 19:48:05 -07:00
Phil Hagelberg
91638b7e46 Add exec to trampoline command. 2011-06-25 18:50:38 -07:00
Phil Hagelberg
a761394dc2 Tutorial updates for 1.6. 2011-06-23 22:49:00 -07:00
Phil Hagelberg
956d0b3bfe Support LEIN_NO_DEV environment variable to skip development settings. 2011-06-23 22:10:48 -07:00
Phil Hagelberg
10413655e7 Prevent "lein upgrade" from a checkout. 2011-06-23 20:22:06 -07:00
Phil Hagelberg
d7287cf928 Remove hacky jar multimethod. 2011-06-23 20:21:53 -07:00
Phil Hagelberg
7137730e90 Move :eval-in-leiningen binding of *ns* to eval-in-project. 2011-06-23 20:21:33 -07:00
Phil Hagelberg
dfb4b759b0 Doco updates. 2011-06-23 20:19:39 -07:00
Phil Hagelberg
8b61bd61e3 Merge pull request #216 from scgilardi/trampoline-fix
clean up trampoline file
2011-06-23 18:35:27 -07:00
Stephen C. Gilardi
09ee4f8be0 clean up trampoline file 2011-06-24 01:14:07 +00:00
Kevin Downey
d6e1c237b2 Merge remote-tracking branch 'origin/master' 2011-06-23 09:57:52 -07:00
Kevin Downey
1a0e3359d6 map "Darwin" to :macosx
Some builds of openjdk7 on osx return "Darwin" as the os.name
2011-06-23 09:55:29 -07:00
Phil Hagelberg
d76d3ad2f1 Fix missing prep arg. 2011-06-23 09:51:17 -07:00
Phil Hagelberg
917f3816b3 Fix trampoline task. 2011-06-22 20:42:44 -07:00
Phil Hagelberg
03bda7c4c4 Upgrade to lancet 1.0.1. 2011-06-22 20:13:27 -07:00
Phil Hagelberg
5c23bd6a24 Check *interactive?* and *exit-after-tests* in test task. 2011-06-22 20:13:21 -07:00
Phil Hagelberg
a02d565656 Fix interactive for :eval-in-leiningen projects. 2011-06-22 20:13:05 -07:00
Phil Hagelberg
a03507660d Return filename from uberjar task. Fixes #213. 2011-06-22 18:13:05 -07:00
Phil Hagelberg
6d0c6ae7fe Project names must be readable symbols. Fixes #214 2011-06-22 18:12:46 -07:00
Phil Hagelberg
8047e90837 Fix typo. 2011-06-20 11:08:40 -07:00
Phil Hagelberg
4ef3aae56a Need a regex here, duh. 2011-06-20 10:59:02 -07:00
Phil Hagelberg
53f3e77aa3 Be more careful in project-accepted? predicate. 2011-06-20 10:55:54 -07:00
Phil Hagelberg
850b2504e3 Let's just slap an ALPHA label on trampoline for now! 2011-06-19 19:29:04 -07:00
Phil Hagelberg
dead008fcf First cut at a trampoline task. 2011-06-19 19:28:16 -07:00
Phil Hagelberg
1dded4a643 Add a warning to classpath task regarding :local-repo-classpath.
Dear Ant: http://cdn.someecards.com/someecards/usercards/1299543184590_8002436.png

Hopefully the switch to aether will fix this; can't stand the thought
of digging around in ant's source to work around the bug for another minute.
2011-06-18 21:47:01 -07:00
Phil Hagelberg
4e5574cc1c Allow search pagination to work outside project. 2011-06-18 20:39:04 -07:00
Phil Hagelberg
408b07a761 Move *interactive?* flag to leiningen.core. 2011-06-18 17:18:22 -07:00
Phil Hagelberg
1c7a5f0283 Catch exceptions from missing search index downloads. 2011-06-18 07:30:06 -07:00
Phil Hagelberg
c1eba87ce5 Improve error message for unconfigured deploy. 2011-06-15 22:00:58 -07:00
Phil Hagelberg
7ce3d4c074 Don't shutdown agents in interactive mode. 2011-06-14 14:14:16 -07:00
Joe Gallo
69174dc347 Accept a URL as an argument to the deploy task. 2011-06-13 14:32:07 -04:00
Phil Hagelberg
a1fa26a047 Make search work outside project. 2011-06-09 09:00:15 -07:00
Phil Hagelberg
20560f2eb8 I'm dumb. 2011-06-08 17:06:06 -07:00