Commit graph

1206 commits

Author SHA1 Message Date
Phil Hagelberg
18becb7a7d Add :extra-classpath-dirs to project classpaths. 2011-04-22 16:18:49 -07:00
Phil Hagelberg
5be46a2b13 Bump to 1.6.0-SNAPSHOT. 2011-04-19 21:32:29 -07:00
Matjaz Gregoric
7e0b913c88 Update README to point to the latest Windows release. 2011-04-17 20:11:13 +02:00
Matjaz Gregoric
73e2e2b3c0 Don't escape the form when compiling in-process. 2011-04-17 16:28:16 +02:00
Phil Hagelberg
a1fa434002 Release 1.5.2. 2011-04-13 21:14:47 -07:00
Phil Hagelberg
ab6293d4c6 Check rlwrap for -q support before enabling it. 2011-04-13 18:15:22 -07:00
Donald Clark Jackson
06c605d1c2 Initializing NOT_FOUND prior to entering loop, to avoid error using /bin/sh on Solaris 2011-04-13 10:28:02 -07:00
Pirmin Fix
2fc1bd114a Fixed zsh error.
It seems that when using zsh as shell and having no https proxy, the following error happened
[zitpcx16106] ~ $ lein repl
/afs/desy.de/user/p/pfix/local/bin/lein: line 86: [: !=: unary operator expected
REPL started; server listening on localhost:48076.
user=>

This change should fix that.
2011-04-13 07:37:30 -07:00
Phil Hagelberg
d055f28b64 Release 1.5.1. 2011-04-12 19:08:00 -07:00
Phil Hagelberg
e4e475a429 Honor :disable-implicit-clean in uberjar task. 2011-04-12 19:07:48 -07:00
Phil Hagelberg
fa0a737e07 NEWS updates for 1.5.1. 2011-04-12 13:33:42 -07:00
Phil Hagelberg
fdc44d8a4f Enabled correct quoting, editor support in rlwrap. Fixes #188. 2011-04-12 13:32:46 -07:00
Phil Hagelberg
914579ba79 Allow spaces in lein checkout dir. Fixes #186. 2011-04-12 13:02:45 -07:00
Phil Hagelberg
f9138b1f14 Use the first line of task defn docstrings as help summary. 2011-04-12 13:02:18 -07:00
Phil Hagelberg
c2c906a888 TODO updates. 2011-04-11 20:23:35 -07:00
Phil Hagelberg
7b3bf4ca0b Use whoami instead of $USER for root detection. 2011-04-11 20:21:45 -07:00
Phil Hagelberg
fc7ad7017b Add more :repositories settings details to sample project.clj. 2011-04-11 20:21:32 -07:00
Phil Hagelberg
a265ce7391 Prevent ns load exceptions from halting help. Fixes #187. 2011-04-11 20:21:09 -07:00
Phil Hagelberg
dae9e38792 Quote :repl-init ns inside rep-options form. Fixes #191. 2011-04-11 20:18:57 -07:00
Phil Hagelberg
541b76c1f4 Place deps for :eval-in-leiningen projects in lib/dev. 2011-04-10 15:31:43 -07:00
Phil Hagelberg
51b92e5624 Pass $https_proxy environment variable to curl. Fixes #189. 2011-04-10 15:08:37 -07:00
Phil Hagelberg
249d676719 Honor init arg in eval-in-project when compiling in-process. Fixes #192. 2011-04-10 14:52:05 -07:00
Phil Hagelberg
1a7e9a70aa Fix the order of make-dependency arguments.
Minor breaking change, but necessary; old arity was only just introduced.
2011-04-10 14:36:52 -07:00
Thomas Engelschmidt
03d811df3b pom task now adds dev-dependencies with scope test to pom.xml 2011-04-10 14:36:34 -07:00
Phil Hagelberg
7ff39e5c82 Revert "Enabled correct quoting, editor support in rlwrap"
This reverts commit e79ba66110.
Enabled correct quoting, editor support in rlwrap

Surrounded the $@ with double quotes to prevent arguments with
spaces (even quoted ones) from being broken appart into multiple args.
2011-04-10 14:17:41 -07:00
Stuart Fehr
651ff4f696 Surrounded the $@ with double quotes to prevent arguments with spaces (even quoted ones) from being broken appart into multiple args. 2011-04-10 14:12:01 -07:00
Ambrose Bonnaire-Sergeant
e79ba66110 Enabled correct quoting, editor support in rlwrap 2011-04-09 17:50:02 -07:00
Phil Hagelberg
86bea509c2 Mention in tutorial that test selectors need hooke. 2011-04-09 17:48:45 -07:00
Phil Hagelberg
10afeb1259 Don't bother with dev-deps when installing plugins. 2011-04-09 17:48:23 -07:00
Phil Hagelberg
c9b9715265 Update bin scripts to version 1.5.1-SNAPSHOT. 2011-04-09 17:48:02 -07:00
Phil Hagelberg
eb3ebffe65 Possibly check deps on eval-in-project if :checksum-deps is set. 2011-03-30 20:26:59 -07:00
Phil Hagelberg
72b163514a Bump version to 1.5.1-SNAPSHOT. 2011-03-30 11:52:35 -07:00
Matjaz Gregoric
171808aa7e Update README to point to the latest Windows release. 2011-03-27 19:21:34 +02:00
Colin Jones
511ee7ef67 Fix version comparison by using Maven API. 2011-03-26 17:46:33 -05:00
Colin Jones
922936e7cf Fix user-settings arity typo. 2011-03-26 17:25:54 -05:00
Phil Hagelberg
8d644a8295 Honor user-settings in more places. 2011-03-24 21:16:32 -07:00
Phil Hagelberg
2d0ca7a5c6 Fix warning prompt when running as root. 2011-03-24 21:14:54 -07:00
Phil Hagelberg
5ef5f0db77 Revert back to warning on checksum mismatch instead of failing.
This was an inadvertent change in Leiningen 1.5.0.
2011-03-24 21:14:36 -07:00
Phil Hagelberg
0c6ac280e8 Release 1.5.0. 2011-03-22 20:40:46 -07:00
Phil Hagelberg
7387030945 Docstrings for a bunch of core functions. 2011-03-22 19:59:19 -07:00
Phil Hagelberg
c5eb80a206 Add user-settings. 2011-03-22 19:53:28 -07:00
Phil Hagelberg
f67041d959 Move *ns* binding to read-project. 2011-03-22 19:53:03 -07:00
Phil Hagelberg
55f2b80821 Readme and NEWS updates. 2011-03-21 21:07:10 -07:00
Phil Hagelberg
63e3eb161b Update sample.project.clj to mention disabling snapshots/releases. 2011-03-21 20:56:09 -07:00
Phil Hagelberg
9c1bc2d97b Move init-settings to core. 2011-03-21 20:52:07 -07:00
Phil Hagelberg
0ab3468022 Add leiningen.pom/default-repo for backwards-compatibility. 2011-03-21 20:37:41 -07:00
Phil Hagelberg
dfc672a1fb Update to Clojure 1.2.1. 2011-03-21 20:37:04 -07:00
Phil Hagelberg
74ba8f8829 Add tests for snapshot/releases distinction. 2011-03-20 11:00:15 -07:00
Phil Hagelberg
6546512048 Factor out test helper functions. 2011-03-17 21:49:51 -07:00
Phil Hagelberg
7347e67aa8 Support :snapshots/:releases/:update/:checksum settings in :repositories. 2011-03-15 23:04:02 -07:00