Commit graph

118 commits

Author SHA1 Message Date
Chas Emerick
2c324b3003 Upgrade to maven-ant-tasks 2.1.3, explicitly add disabled "central" repository when :omit-default-repositories is true. Fixes #211. 2011-08-25 08:25:24 -04:00
Phil Hagelberg
7dbeb03364 Add resources/ to Leiningen's own classpath. Fixes #248. 2011-08-16 18:04:13 -04:00
Phil Hagelberg
36af2aae43 Goals for 1.6.2. 2011-08-16 18:01:22 -04:00
Phil Hagelberg
e41608357d Add uberjar task argument to specify alternate main ns. 2011-07-05 21:13:20 -07:00
Phil Hagelberg
cc609ef6c9 Don't clear out lib/dev when jarring. Fixes #221. 2011-07-03 15:22:27 -07:00
Phil Hagelberg
f2b4a71e33 Block in repl-server to avoid triggering shutdown-agents. Fixes #227
http://p.hagelb.org/shutdown-agents.jpg
2011-07-03 15:16:12 -07:00
Phil Hagelberg
ad2e2111bf Support :project-init in project.clj to allow :repl-options to use pprint. 2011-07-03 15:12:38 -07:00
Phil Hagelberg
868441c25f Move default jar-exclusions and uberjar-exclusions to defproject. 2011-06-29 17:54:49 -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
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
a1fa26a047 Make search work outside project. 2011-06-09 09:00:15 -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
874951cc56 Extract os/arch-specific native libs into native. 2011-05-31 21:40:38 -07:00
Phil Hagelberg
fa172dbfe2 Expand nested jars in :native-dependencies. Fixes #207. 2011-05-27 15:09:42 -07:00
Phil Hagelberg
0335835d22 Fix traversing up dir hierarchy to find project root. 2011-05-24 21:35:40 -07:00
Phil Hagelberg
7a4cfa9fe5 TODO updates. 2011-05-23 22:07:04 -07:00
Phil Hagelberg
5f0ded6d25 Make the run task support a main function other than -main. 2011-05-20 18:02:10 -07:00
Phil Hagelberg
02823f066f TODO updates. 2011-05-13 10:54:00 -04:00
Phil Hagelberg
665ad07b74 Merge native-deps functionality. Needs more testing. 2011-05-06 21:11:14 -07:00
Phil Hagelberg
1938e64f49 TODO updates. 2011-05-03 20:02:19 -07:00
Phil Hagelberg
d055f28b64 Release 1.5.1. 2011-04-12 19:08:00 -07:00
Phil Hagelberg
c2c906a888 TODO updates. 2011-04-11 20:23:35 -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
8d644a8295 Honor user-settings in more places. 2011-03-24 21:16:32 -07: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
b5002a23c2 Rearrange todo.org. 2011-02-28 20:04:46 -08:00
Phil Hagelberg
15ff6b1170 A few doc changes. 2011-01-24 19:42:38 -08:00
Phil Hagelberg
e30a38d549 Skip fetching deps unnecessarily when :checksum-deps is set. 2011-01-15 09:23:03 -05:00
Phil Hagelberg
6a1572f478 Release 1.4.2. 2010-12-31 22:22:56 -08:00
Phil Hagelberg
b3fe397891 Switching all Github URLs to https. 2010-12-02 18:16:25 -08:00
Phil Hagelberg
419a333f14 Mention interactive task speedup in faq. 2010-11-20 20:37:36 -08:00
Phil Hagelberg
9a57aa246a Nicer prompt interaction. 2010-11-20 17:12:00 -08:00
Phil Hagelberg
0c4e35c3dc Clean up a few bits of socket handling in repl and interactive tasks. 2010-11-20 12:22:30 -08:00
Phil Hagelberg
2bda774edc Add :uberjar-exclusions to project.clj. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
87753f890f Include :all test selector by default. 2010-11-18 21:53:09 -08:00
Phil Hagelberg
e85e3901ee Doco updates. 2010-11-18 21:39:44 -08:00
Phil Hagelberg
742738d9d2 Fix unquote-project to preserve forms in test-selectors. 2010-11-10 14:05:42 -08:00
Phil Hagelberg
fa2a0a0f47 Mention features for 1.4 in tutorial/plugin docs. 2010-11-09 22:20:22 -08:00
Phil Hagelberg
89f2a77a7a Documentation updates in preparation for 1.4 release. 2010-11-07 15:51:44 -08:00
Phil Hagelberg
5182797f86 Fall back to Clojure 1.2 until bootclasspath issues are resolved. 2010-11-07 13:44:31 -08:00
Phil Hagelberg
28faed0021 TODO updates. 2010-10-30 13:15:51 -07:00
Phil Hagelberg
663d26a674 Move some TODOs to 2.0. Let's not get ahead of ourselves. 2010-10-25 18:07:02 -07:00
Phil Hagelberg
de27390d1b Don't create new skeleton in root. Expose leiningen.original.pwd. 2010-10-23 13:22:11 -07:00
Phil Hagelberg
d01365c852 Call javac where appropriate in compile task. 2010-10-16 09:44:21 -07:00
Phil Hagelberg
72270396a4 Mostly todos. 2010-10-16 09:35:35 -07:00
Phil Hagelberg
03418677b3 TODO updates. 2010-09-25 13:47:37 -07:00