Commit graph

1105 commits

Author SHA1 Message Date
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
Phil Hagelberg
30ef8ed027 Don't trust (System/getProperty "user.home"). Fixes #204. 2011-06-07 22:11:11 -07:00
Phil Hagelberg
dd34fa0a19 Exclude dotfiles by default. Fixes #208. 2011-06-06 21:44:03 -07:00
Phil Hagelberg
dcab34c0fc Mention bug in :omit-default-repositories. 2011-06-06 21:33:12 -07:00
Phil Hagelberg
b1b3bc3272 Add explicit *interactive* flag. 2011-06-06 16:44:24 -07:00
Stephen C. Gilardi
16f6b09219 add support for spaces in plugin paths 2011-06-05 23:44:28 +00:00
Stephen C. Gilardi
4aeed4f1b4 disable user plugin when the same artifact is a dev dependency 2011-06-03 18:22:00 -04:00
Joe Gallo
3c49fda8d6 Bump hooke to 1.1.1. 2011-06-02 12:47:11 -04:00
Phil Hagelberg
4f53293429 Show totals in search results. 2011-05-31 21:48:47 -07:00
Phil Hagelberg
874951cc56 Extract os/arch-specific native libs into native. 2011-05-31 21:40:38 -07:00
Phil Hagelberg
ee9effdf0e Use just plain native/ dir rather than keeping native/os/arch dirs. 2011-05-30 15:56:56 -07:00
Phil Hagelberg
eb529b87b7 Fix new task to set project-name in project.clj. 2011-05-29 14:39:50 -07:00
Phil Hagelberg
2c0e605554 Move to usages of leiningen.util.paths. 2011-05-29 14:27:07 -07:00
Phil Hagelberg
c51ba1115e Fix search test. 2011-05-29 14:26:41 -07:00
Phil Hagelberg
6e18fc495d Move some path functions to leiningen.util.paths. Add defdeprecated.
Rearrange some of leiningen.core while we're at it.
2011-05-29 14:26:38 -07:00
Phil Hagelberg
fa172dbfe2 Expand nested jars in :native-dependencies. Fixes #207. 2011-05-27 15:09:42 -07:00
Phil Hagelberg
52e8319f3a Fix in-ns call in for :repl-init/:main. 2011-05-27 14:43:18 -07:00
Dave Lambert
f5a23725b9 Fix extraction of license information from defproject form
make-model extracted only the :license and :licence keys from
defproject, not their values, leading to empty license elements in the
pom.xml.
2011-05-26 11:30:32 +01:00
Phil Hagelberg
0335835d22 Fix traversing up dir hierarchy to find project root. 2011-05-24 21:35:40 -07:00
Phil Hagelberg
cb6fb37799 Shutdown agent thread pool when exiting. 2011-05-24 16:49:00 -07:00
Phil Hagelberg
7a4cfa9fe5 TODO updates. 2011-05-23 22:07:04 -07:00
Phil Hagelberg
89422063c0 Paginate through search results from each repo in parallel. 2011-05-23 22:01:00 -07:00
Phil Hagelberg
3475f3b9e1 De-duplicate search results. 2011-05-22 14:41:29 -07:00
Phil Hagelberg
cd88707a0e Still need to copy :dev-deps with :local-repo-classpath. 2011-05-21 19:14:26 -07:00
Phil Hagelberg
5f0ded6d25 Make the run task support a main function other than -main. 2011-05-20 18:02:10 -07:00
drc
00e6a52634 read user settings from settings map in ~/.lein/init.clj, write same to project.clj 2011-05-17 23:17:19 -04:00
Phil Hagelberg
0dfa86729b Clarify deployment guidelines in tutorial and deploy guide. 2011-05-13 11:15:54 -04:00
Phil Hagelberg
02823f066f TODO updates. 2011-05-13 10:54:00 -04:00
Phil Hagelberg
eaf0de1fe9 Support :local-repo-classpath.
TODO: ant still spews out a bunch of useless output; doesn't seem to
be a way to suppress the noise.
2011-05-13 10:47:25 -04:00
Phil Hagelberg
399e8b69c2 Format versions as strings in search results. 2011-05-12 14:34:17 -04:00
Phil Hagelberg
43f8cac4a7 Make retest work with test selectors. 2011-05-12 14:27:20 -04:00
Phil Hagelberg
4a3a5f0a45 NEWS updates. 2011-05-06 21:56:57 -07:00
Phil Hagelberg
3cdec49985 Fix native-deps unjar. Unify :dependencies and :dev-dependencies better. 2011-05-06 21:39:01 -07:00
Phil Hagelberg
665ad07b74 Merge native-deps functionality. Needs more testing. 2011-05-06 21:11:14 -07:00
Phil Hagelberg
ddf3d96f42 Tidy up plugin ns form. 2011-05-06 21:11:09 -07:00
Phil Hagelberg
d240768eab Re-enable hook saving failures for retest. 2011-05-06 20:06:12 -07:00
Phil Hagelberg
be641e770d Un-generalize code injection. Use for Hooke only.
There's too much opportunity for collision to make this a generalized
feature; let's just use it to get the six forms required for add-hook
and thus retest/test selectors.
2011-05-06 20:05:55 -07:00
Phil Hagelberg
fa3782bb5f Catch _all_ exceptions when loading tasks. Fixes #201. 2011-05-06 20:03:06 -07:00
Clojure
aba61b862a Add retest, sorta. 2011-05-05 21:18:29 -07:00
Clojure
668919b15d Fix search and uberjar tests. 2011-05-05 21:12:43 -07:00
Clojure
f8831ed80f Support namespace injection in eval-in-project. 2011-05-05 20:18:12 -07:00
Phil Hagelberg
e3c1847245 Merge search task into mainlein. (har har) 2011-05-04 18:07:53 -07:00
Phil Hagelberg
1938e64f49 TODO updates. 2011-05-03 20:02:19 -07:00
Phil Hagelberg
1c85981dd3 New project structure has an extra level of dirs; Thanks Peter Goodall.
Plus other tutorial fixes.
2011-05-03 19:42:31 -07:00
Phil Hagelberg
41b181d7a1 Remove user/*classpath* var.
What were we thinking?
2011-04-22 16:21:01 -07:00
Phil Hagelberg
fbcdd8ed29 Remove deprecated build.clojure.org repositories by default.
New Clojure snapshots come from Sonatype OSS:

    :repositories {"sonatype" "https://oss.sonatype.org/content/groups/public/"}
2011-04-22 16:20:46 -07:00
Phil Hagelberg
ff1c2cb720 Ignore .lein-failures in new project skeletons. 2011-04-22 16:19:00 -07:00
Phil Hagelberg
18becb7a7d Add :extra-classpath-dirs to project classpaths. 2011-04-22 16:18:49 -07:00