Commit graph

1234 commits

Author SHA1 Message Date
Phil Hagelberg
cc62c1a818 Don't allow release versions that depend upon snapshots. 2010-12-09 12:46:33 -08:00
Phil Hagelberg
887d75de52 Fail correctly in chained tasks. 2010-12-09 12:46:33 -08:00
Phil Hagelberg
8bb9f39a7c Fix exit code of test! task. 2010-12-09 12:46:33 -08:00
Phil Hagelberg
e0cc603fba Bump to version 1.4.1-SNAPSHOT. 2010-12-09 12:46:33 -08:00
Matjaz Gregoric
dba3a51bdc Update README to point to the latest windows distribution. 2010-12-09 21:18:37 +01:00
Phil Hagelberg
b3e113f211 Release 1.4.0. 2010-12-02 18:29:06 -08:00
Phil Hagelberg
ce1fe52c97 Switch to $() shell execution for font-lock purposes. 2010-12-02 18:17:36 -08:00
Phil Hagelberg
b3fe397891 Switching all Github URLs to https. 2010-12-02 18:16:25 -08:00
Phil Hagelberg
10ef6f7323 Clarify checkout dependency FAQ. 2010-12-02 18:10:17 -08:00
Phil Hagelberg
baf1083dd4 No need to skip dev-deps when creating jar. 2010-12-02 18:09:45 -08:00
Phil Hagelberg
b32780d9f0 Support static docs in help task. (readme, tutorial, news, licensing.) 2010-12-01 22:11:53 -08:00
Phil Hagelberg
c10769d857 No quotes on repl start message. 2010-11-27 13:52:32 -08:00
Phil Hagelberg
e048036469 Fix sample.project.clj documentation of :repl-options. 2010-11-27 13:46:55 -08:00
Phil Hagelberg
3926a0f1b5 Fix rlwrap detection on Solaris. 2010-11-26 14:41:11 -08:00
Phil Hagelberg
f3165d686d Conditionally exit after test runs only. 2010-11-26 14:39:33 -08:00
Phil Hagelberg
2ac42819c7 Revert *exit-when-done* addition. Too drastic. 2010-11-26 14:37:01 -08:00
Phil Hagelberg
ab0b885aab Mention :test-selectors in sample.project.clj. 2010-11-24 21:18:47 -08:00
Phil Hagelberg
c444d4e4e9 Recanting the error of my ways: import classes belong in (), not [].
See http://p.hagelb.org/import-indent.html for justification.
2010-11-24 20:59:16 -08:00
Phil Hagelberg
172adf89a2 Move try/catch from repl task to eval-in-project. 2010-11-24 20:46:54 -08:00
Phil Hagelberg
e93933730a Don't try to set ns in repl-server form. 2010-11-24 20:46:27 -08:00
Phil Hagelberg
2ccb502f9b Fix conditional for falling back to JLine. 2010-11-24 20:27:51 -08:00
Phil Hagelberg
2ac3825c36 Alias classpath to cp. 2010-11-24 20:26:11 -08:00
Phil Hagelberg
801ea2bdf0 Catch exceptions in tasks in interactive task. 2010-11-24 18:28:58 -08:00
Phil Hagelberg
aed1a4b0c2 Don't exit after eval in repl task either. 2010-11-24 18:26:17 -08:00
Phil Hagelberg
94790ce255 Exit after tasks finish when not in interactive task. 2010-11-24 13:11:44 -08:00
Phil Hagelberg
619262621a Turns out has-source-package is not a good enough keep-class? heuristic.
Fixes #139.
2010-11-23 20:28:54 -08:00
Phil Hagelberg
3c5fecfe98 Fix path issue in javac task. Fixes #138. 2010-11-23 20:11:58 -08:00
Phil Hagelberg
11d81c9092 Link to stable documentation instead of master. 2010-11-23 10:56:51 -08:00
Phil Hagelberg
b44bd14118 Use latest Hooke. 2010-11-23 10:56:12 -08:00
Phil Hagelberg
0d6aa48fc7 Update help task to use short summaries. 2010-11-23 10:55:39 -08:00
Phil Hagelberg
6f517d0af2 Fix test to reflect run task bugfix. 2010-11-21 20:59:25 -08:00
Phil Hagelberg
7a3054cb33 Mention interactive task and getting slimed in tutorial. 2010-11-20 22:22:56 -08:00
Phil Hagelberg
26d7631486 Release 1.4.0-RC2. 2010-11-20 20:42:32 -08:00
Phil Hagelberg
419a333f14 Mention interactive task speedup in faq. 2010-11-20 20:37:36 -08:00
Phil Hagelberg
c546aaf907 Prevent repl task from exiting lein interactive. 2010-11-20 20:27:19 -08:00
Phil Hagelberg
6d291da490 Fix zero-arg run task case. 2010-11-20 17:25:06 -08:00
Phil Hagelberg
9a57aa246a Nicer prompt interaction. 2010-11-20 17:12:00 -08:00
Phil Hagelberg
02fd437669 Better heuristic for when to close the socket in interactive tasks. 2010-11-20 17:12:00 -08:00
Colin Jones
9eecaf3fa0 Update plugin task's use of write-components to use new arity. 2010-11-20 15:01:45 -06: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
9093c2a6be Rebind clojure.test/*test-out* in test runs. 2010-11-20 12:22:30 -08:00
Phil Hagelberg
86da19e2b5 Fix bug in run task with no args. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
7f96f5db8c Connect to repl socket inside interactive task. 2010-11-20 12:22:29 -08:00
Phil Hagelberg
2bda774edc Add :uberjar-exclusions to project.clj. 2010-11-20 12:22:29 -08:00
Colin Jones
d72f01b41a Make plugin paths platform-independent. 2010-11-20 13:34:55 -06:00
Colin Jones
08522f89e5 Test plugin installation and create plugins dir where necessary. 2010-11-20 13:34:50 -06:00
Phil Hagelberg
c749a497aa Update version numbers in tutorial, for kicks. 2010-11-20 10:12:52 -08:00
Phil Hagelberg
af787577f3 Factor out make-build function. 2010-11-20 10:11:31 -08:00
Phil Hagelberg
1cb4421874 Move copy-out-loop into repl-client. 2010-11-19 21:14:07 -08:00
Phil Hagelberg
96423b44b3 Use a platform dependent nullsink in test. 2010-11-19 20:12:29 -08:00