Commit graph

1028 commits

Author SHA1 Message Date
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
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