Commit graph

1234 commits

Author SHA1 Message Date
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
Phil Hagelberg
96ff4eee9e Allow multiple Java source paths. Fixes #155. 2011-03-09 21:51:49 -08:00
Phil Hagelberg
270cf1dec7 Clarify description FIXME in project skeleton. 2011-03-09 19:46:24 -08:00
Phil Hagelberg
c99af38529 Move to lancet as a separate project.
Requires re-running "lein-stable deps" in checkout if you are running
from source.
2011-03-09 19:46:16 -08:00
Phil Hagelberg
beeb8ed154 NEWS updates. 2011-03-06 13:55:35 -08:00
Joe Gallo
1cef468bcd Move test namespaces to leiningen.test.* 2011-03-06 09:41:47 -05:00
Phil Hagelberg
b638ed87f6 Be more careful handling failed downloads in lein upgrade. Fixes #153. 2011-03-03 18:55:36 -08:00
Phil Hagelberg
ee9932ad11 Fix repl in interactive task.
Still a bit of a mystery why we need an extra keypress after exiting
the repl.
2011-03-03 18:55:00 -08:00
Phil Hagelberg
e56e201019 Fix mispaste. 2011-03-03 14:12:39 -08:00
Phil Hagelberg
9cd4dc45f5 Fix repl for :eval-in-project projects. 2011-03-02 22:12:09 -08:00
Phil Hagelberg
6e7aa2629c Place the project jar last in the uberjar. Fixes #178. 2011-03-02 22:10:15 -08:00
Phil Hagelberg
cdc38473f8 Separate :uberjar-exclusions from skip-set for performance. Fixes #160. 2011-03-02 21:54:20 -08:00
Phil Hagelberg
d6fa72818d Suppress reflection warnings for repl task. Fixes #176. 2011-03-01 22:46:41 -08:00
Phil Hagelberg
bef085e52c Revert "User plugins should take precedence on the project's classpath."
This reverts commit f88a7e413d.
Reverting "User plugins should take precedence on the project's classpath."
2011-03-01 22:41:55 -08:00
Phil Hagelberg
84ac3571bf Fix repl-options vector. 2011-03-01 20:25:15 -08:00