Commit graph

948 commits

Author SHA1 Message Date
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
Phil Hagelberg
7719dd6a82 Use AOT to speed up leiningen checkout launch. 2011-03-15 18:50:02 -07:00
Phil Hagelberg
6428af7809 Add deploy guide. 2011-03-15 18:45:10 -07:00
Phil Hagelberg
33cd209438 Tutorial updates. 2011-03-15 18:45:04 -07:00
Phil Hagelberg
dcfed474d5 FAQ updates. 2011-03-15 18:44:53 -07:00
Phil Hagelberg
0136a4fd5c No more :reload in skeleton tests. 2011-03-11 13:07:23 -08:00
Phil Hagelberg
b5b8214f22 1.5.0 RC1 2011-03-11 11:55:24 -08:00
Joe Gallo
ac9f135c89 Add global :exclusions 2011-03-11 12:25:28 -05:00
Joe Gallo
90aad00732 add project files to the uberjar first, then dependencies
since duplicates are skipped, add the project files to the uberjar
first, so that they always win the war of the duplicates.  for
instance, MANIFEST.MF from clojure would previously have been added
before MANIFEST.MF from the project's jar, making :main not work.
2011-03-10 10:12:59 -05:00